mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 12:28:51 +00:00
feat(core): Add URL encryption for GDPR compliancy. Fix redirect issue
This commit is contained in:
@@ -575,7 +575,7 @@ static const NSString *kJwtKey = @"jwt";
|
||||
response
|
||||
= [self redirectToLocation: [NSString stringWithFormat: @"%@%@",
|
||||
oldLocation,
|
||||
[login stringByEscapingURL]]];
|
||||
[[SOGoUser getEncryptedUsernameIfNeeded:login] stringByEscapingURL]]];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user