chore: Follow up new login page

This commit is contained in:
Krille 2023-12-25 18:18:32 +01:00
parent 696b284265
commit b5a6c5e73b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -192,7 +192,9 @@ class HomeserverPickerController extends State<HomeserverPicker> {
return cachedHomeservers = homeserverList; return cachedHomeservers = homeserverList;
} }
void login() => context.go('/home/login'); void login() => context.push(
'${GoRouter.of(context).routeInformationProvider.value.uri.path}/login',
);
@override @override
void initState() { void initState() {