This commit is contained in:
Hivert Quentin
2025-11-27 15:27:36 +01:00
parent 1f48a7c95e
commit 78c6aa5236

View File

@@ -60,7 +60,7 @@
perr = PolicyNoError;
trueLogin = [_login stringByReplacingString: @"%40"
withString: @"@"];
NSLog(@"login: %@ truelogin %@", _login, trueLogin);
NSLog(@"login: %@ truelogin %@ pwd %@", _login, trueLogin, _pwd);
rc = ([[SOGoUserManager sharedUserManager]
checkLogin: trueLogin
password: _pwd