mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-30 18:32:44 +03:00
call resetRejectedCertificates on fresh login
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
78f12de997
commit
a2c9e369c3
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ void User::openLocalFolder()
|
|||
|
||||
void User::login() const
|
||||
{
|
||||
_account->account()->resetRejectedCertificates();
|
||||
_account->signIn();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue