From 1ea8b9fb1f8458cb636a3be96eb29d8f89d5bbef Mon Sep 17 00:00:00 2001 From: smizrahi Date: Mon, 3 Oct 2022 14:18:59 +0200 Subject: [PATCH] feat(password-recovery): Fix build issue. Restored previously removed used var. --- UI/MainUI/SOGoRootPage.m | 1 + 1 file changed, 1 insertion(+) 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;