mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
correct app passwords link
Since some versions ago, the path/url for the app password settings is `/settings/user/security#security` instead of `/settings/personal#apppasswords`
This commit is contained in:
parent
c0d0d39d8d
commit
9393626ec2
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)) {
|
||||
url += QLatin1String("/index.php/settings/personal#security");
|
||||
} else if (version >= Account::makeServerVersion(11, 0, 0)) {
|
||||
url += QLatin1String("/index.php/settings/personal#apppasswords");
|
||||
url += QLatin1String("/index.php/settings/user/security#security");
|
||||
} else {
|
||||
return QString();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue