correct url that is getting launched

This commit is contained in:
krawieck 2020-09-23 23:27:57 +02:00
parent 7a3ce4f0df
commit ff0c2829f6
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class AddAccountPage extends HookWidget {
), ),
child: Text('Register'), child: Text('Register'),
onPressed: () { onPressed: () {
ul.launch('https://$instanceUrl/login'); ul.launch('https://${selectedInstance.value}/login');
}, },
), ),
], ],