mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
Standardise casing of identity server
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
This commit is contained in:
@@ -1164,7 +1164,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
return YES;
|
||||
}
|
||||
|
||||
// Manage email validation link from Identity Server v1 or v2
|
||||
// Manage email validation link from identity server v1 or v2
|
||||
else if ([webURL.path isEqualToString:validateEmailSubmitTokenAPIPathV1]
|
||||
|| [webURL.path isEqualToString:validateEmailSubmitTokenAPIPathV2])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user