feat: Implement in-app signup
This commit is contained in:
parent
6f7d625cce
commit
4f148ca7f7
10 changed files with 191 additions and 26 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue