feat: Implement in-app signup

This commit is contained in:
Christian Pauly 2021-09-10 10:30:54 +02:00
commit 4f148ca7f7
10 changed files with 191 additions and 26 deletions

View file

@ -216,11 +216,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
}
}
void signUpAction() => launch(
'${Matrix.of(context).client.homeserver?.toString()}/_matrix/static/client/register',
forceSafariVC: true,
forceWebView: true,
);
void signUpAction() => VRouter.of(context).to('/signup');
bool _initialized = false;