diff --git a/UI/MainUI/SOGoRootPage.m b/UI/MainUI/SOGoRootPage.m index ff37701e4..a402d7056 100644 --- a/UI/MainUI/SOGoRootPage.m +++ b/UI/MainUI/SOGoRootPage.m @@ -206,6 +206,7 @@ static const NSString *kJwtKey = @"jwt"; WOCookie *authCookie, *xsrfCookie; SOGoWebAuthenticator *auth; SOGoUserDefaults *ud; + SOGoUserSettings *us; SOGoUser *loggedInUser; NSDictionary *params; NSString *username, *password, *language, *domain, *remoteHost;