mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 14:05:58 +03:00
fix comment typo in webflowcredentials.cpp
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
parent
12f2ea6728
commit
628bab92c4
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ bool WebFlowCredentials::ready() const {
|
|||
void WebFlowCredentials::fetchFromKeychain() {
|
||||
_wasFetched = true;
|
||||
|
||||
// Make sure we get the user fromt he config file
|
||||
// Make sure we get the user from the config file
|
||||
fetchUser();
|
||||
|
||||
if (ready()) {
|
||||
|
|
Loading…
Reference in a new issue