mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00: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,4 +1,5 @@
|
||||
#include "accountmanager.h"
|
||||
#include "owncloudgui.h"
|
||||
#include "UserModel.h"
|
||||
|
||||
#include <QIcon>
|
||||
@ -56,6 +57,7 @@ bool User::isConnected() const
|
||||
|
||||
void User::login()
|
||||
{
|
||||
_account->account()->resetRejectedCertificates();
|
||||
_account->signIn();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user