Authentication: Support next_link from email validation as universal link.

https://github.com/vector-im/vector-ios/issues/202
This commit is contained in:
giomfo
2016-04-22 18:42:14 +02:00
parent b4ddcffe05
commit 7d21e7e057
6 changed files with 158 additions and 34 deletions
@@ -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)