refactor: Simplify login UX

This commit is contained in:
krille-chan 2024-08-17 12:16:55 +02:00
commit dec588d0c0
No known key found for this signature in database
15 changed files with 172 additions and 486 deletions

View file

@ -62,7 +62,7 @@ abstract class AppRoutes {
pageBuilder: (context, state) => defaultPageBuilder(
context,
state,
const HomeserverPicker(),
const HomeserverPicker(addMultiAccount: false),
),
redirect: loggedInRedirect,
routes: [
@ -242,7 +242,7 @@ abstract class AppRoutes {
pageBuilder: (context, state) => defaultPageBuilder(
context,
state,
const HomeserverPicker(),
const HomeserverPicker(addMultiAccount: true),
),
routes: [
GoRoute(