mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:40:11 +03:00
Merge pull request #1087 from SimJoSt/patch-1
correct app passwords link
This commit is contained in:
commit
28afe8c323
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ QString HttpCredentialsGui::requestAppPasswordText(const Account *account)
|
||||||
} else if (version >= Account::makeServerVersion(12, 0, 0)) {
|
} else if (version >= Account::makeServerVersion(12, 0, 0)) {
|
||||||
url += QLatin1String("/index.php/settings/personal#security");
|
url += QLatin1String("/index.php/settings/personal#security");
|
||||||
} else if (version >= Account::makeServerVersion(11, 0, 0)) {
|
} else if (version >= Account::makeServerVersion(11, 0, 0)) {
|
||||||
url += QLatin1String("/index.php/settings/personal#apppasswords");
|
url += QLatin1String("/index.php/settings/user/security#security");
|
||||||
} else {
|
} else {
|
||||||
return QString();
|
return QString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue