mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-11 11:34:09 +02:00
fix comment typo in httpcredentials.cpp
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
parent
628bab92c4
commit
aa93a04fd6
@ -173,7 +173,7 @@ void HttpCredentials::fetchFromKeychain()
|
||||
fetchUser();
|
||||
|
||||
if (!_ready && !_refreshToken.isEmpty()) {
|
||||
// This happens if the credentials are still loaded from the keychain, bur we are called
|
||||
// This happens if the credentials are still loaded from the keychain, but we are called
|
||||
// here because the auth is invalid, so this means we simply need to refresh the credentials
|
||||
refreshAccessToken();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user