Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-02-10 15:05:07 +0300
committerHannah von Reth <vonreth@kde.org>2020-02-10 16:36:32 +0300
commitbc21511eecf2adb38e6a45be307d6205fe4db5d0 (patch)
tree975b118b7d484ec7854d3d9782b93d9a8d73b5fc /src/gui/creds
parentee57badea2153aec7dbedd1f4614debde4609f96 (diff)
[OAuth] Fix naming
Diffstat (limited to 'src/gui/creds')
-rw-r--r--src/gui/creds/httpcredentialsgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/creds/httpcredentialsgui.cpp b/src/gui/creds/httpcredentialsgui.cpp
index 208ffabb3..b6bc81bfc 100644
--- a/src/gui/creds/httpcredentialsgui.cpp
+++ b/src/gui/creds/httpcredentialsgui.cpp
@@ -52,7 +52,7 @@ void HttpCredentialsGui::askFromUserAsync()
this, &HttpCredentialsGui::asyncAuthResult);
connect(_asyncAuth.data(), &OAuth::destroyed,
this, &HttpCredentialsGui::authorisationLinkChanged);
- _asyncAuth->startAuthentification();
+ _asyncAuth->startAuthentication();
emit authorisationLinkChanged();
} else if (type == DetermineAuthTypeJob::Basic) {
showDialog();