chore: Follow up new login page
This commit is contained in:
parent
696b284265
commit
b5a6c5e73b
1 changed files with 3 additions and 1 deletions
|
|
@ -192,7 +192,9 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
|||
return cachedHomeservers = homeserverList;
|
||||
}
|
||||
|
||||
void login() => context.go('/home/login');
|
||||
void login() => context.push(
|
||||
'${GoRouter.of(context).routeInformationProvider.value.uri.path}/login',
|
||||
);
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue