chore: Make login with matrix id more prominent again
This commit is contained in:
parent
1ca7fc971e
commit
31b4368f09
2 changed files with 9 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue