mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 04:08:54 +03:00
Minor fixes and enhancements
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
57084fbd3e
commit
4e0997dbdf
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#include "accountmanager.h"
|
#include "accountmanager.h"
|
||||||
|
#include "owncloudgui.h"
|
||||||
#include "UserModel.h"
|
#include "UserModel.h"
|
||||||
|
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
|
@ -56,6 +57,7 @@ bool User::isConnected() const
|
||||||
|
|
||||||
void User::login()
|
void User::login()
|
||||||
{
|
{
|
||||||
|
_account->account()->resetRejectedCertificates();
|
||||||
_account->signIn();
|
_account->signIn();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue