fix: Routing bug when adding second account via password login

This commit is contained in:
krille-chan 2023-09-17 09:57:38 +02:00
commit 19cdde2665
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -155,7 +155,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
return list;
}
void login() => context.go('/home/login');
void login() => context.go('${GoRouterState.of(context).fullPath}/login');
@override
void initState() {