feat(password-recovery): Fix build issue. Restored previously removed used var.

This commit is contained in:
smizrahi
2022-10-03 14:18:59 +02:00
parent 2e1b22cb23
commit 1ea8b9fb1f

View File

@@ -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;