design: New design for login page

This commit is contained in:
krille-chan 2023-12-24 13:46:29 +01:00
commit 4a008d0c2d
No known key found for this signature in database
7 changed files with 240 additions and 260 deletions

View file

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