mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
opening the safari web view externally so that it will be able to share the cookies
This commit is contained in:
@@ -3922,8 +3922,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|
||||
{
|
||||
NSURL *url = [NSURL URLWithString: self.mainSession.homeserverWellknown.authentication.account];
|
||||
if (url) {
|
||||
SFSafariViewController *accountVC = [[SFSafariViewController alloc] initWithURL: url];
|
||||
[self presentViewController:accountVC animated:YES completion:nil];
|
||||
[UIApplication.sharedApplication openURL:url options:@{} completionHandler:nil];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user