diff --git a/.idea/.idea.RIFT Downgrader/.idea/.gitignore b/.idea/.idea.RIFT Downgrader/.idea/.gitignore index 00ccad6..c9d61b5 100755 --- a/.idea/.idea.RIFT Downgrader/.idea/.gitignore +++ b/.idea/.idea.RIFT Downgrader/.idea/.gitignore @@ -11,3 +11,5 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +# GitHub Copilot persisted chat sessions +/copilot/chatSessions diff --git a/Oculus Downgrader/Program.cs b/Oculus Downgrader/Program.cs index 4089508..114298d 100644 --- a/Oculus Downgrader/Program.cs +++ b/Oculus Downgrader/Program.cs @@ -1694,7 +1694,7 @@ public bool UpdateAccessToken(bool onlyIfNeeded = false) Logger.Log("Updating access_token"); if (auto) { - if (!commands.HasArgument("--token")) + if (!commands.HasArgument("--token") && password == "") { Error("You must specify a token with --token or a password to decrypt a saved token with --password"); return false;