fix: Routing bug when adding second account via password login
This commit is contained in:
parent
6df50918ae
commit
19cdde2665
2 changed files with 4 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue