mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 23:17:43 +02:00
Authentication: Support next_link from email validation as universal link.
https://github.com/vector-im/vector-ios/issues/202
This commit is contained in:
@@ -214,12 +214,6 @@
|
||||
|
||||
#pragma mark -
|
||||
|
||||
- (void)registerWithNextLinkParameters:(NSDictionary *)nextLinkParameters
|
||||
{
|
||||
// Giom: Help!!!
|
||||
NSLog(@"[AuthenticationViewController] registerWithNextLinkParameters: TODO: %@", nextLinkParameters);
|
||||
}
|
||||
|
||||
- (void)hideServerOptionsContainer:(BOOL)hidden
|
||||
{
|
||||
if (self.serverOptionsContainer.isHidden == hidden)
|
||||
|
||||
Reference in New Issue
Block a user