chore: Make login with matrix id more prominent again

This commit is contained in:
krille-chan 2025-02-17 19:59:11 +01:00
commit 31b4368f09
No known key found for this signature in database
2 changed files with 9 additions and 7 deletions

View file

@ -218,8 +218,8 @@ class HomeserverPickerController extends State<HomeserverPicker> {
void onMoreAction(MoreLoginActions action) {
switch (action) {
case MoreLoginActions.passwordLogin:
checkHomeserverAction(legacyPasswordLogin: true);
case MoreLoginActions.importBackup:
restoreBackup();
case MoreLoginActions.privacy:
launchUrlString(AppConfig.privacyUrl);
case MoreLoginActions.about:
@ -228,7 +228,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
}
}
enum MoreLoginActions { passwordLogin, privacy, about }
enum MoreLoginActions { importBackup, privacy, about }
class IdentityProvider {
final String? id;