correct url that is getting launched
This commit is contained in:
parent
7a3ce4f0df
commit
ff0c2829f6
|
@ -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');
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue