mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Fix issue
This commit is contained in:
@ -221,7 +221,7 @@ class _CreateAccountWidgetState extends State<CreateAccountWidget> {
|
||||
return;
|
||||
}
|
||||
|
||||
_accountCreated();
|
||||
widget.onCreated();
|
||||
}
|
||||
|
||||
void _openTOS() => launch(ServerConfigurationHelper.config.termsURL);
|
||||
|
Reference in New Issue
Block a user