feat(core): Add URL encryption for GDPR compliancy. Fix redirect issue

This commit is contained in:
smizrahi
2024-01-29 10:56:17 +01:00
parent 2146870071
commit fc0f5d9d98

View File

@@ -575,7 +575,7 @@ static const NSString *kJwtKey = @"jwt";
response
= [self redirectToLocation: [NSString stringWithFormat: @"%@%@",
oldLocation,
[login stringByEscapingURL]]];
[[SOGoUser getEncryptedUsernameIfNeeded:login] stringByEscapingURL]]];
}
else
{