[auth] Lint fix
This commit is contained in:
@@ -7,7 +7,5 @@ String twoFactorTypeToString(TwoFactorType type) {
|
||||
return "totp";
|
||||
case TwoFactorType.passkey:
|
||||
return "passkey";
|
||||
default:
|
||||
return type.name;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -274,7 +274,6 @@ class _HomePageState extends State<HomePage> {
|
||||
);
|
||||
break;
|
||||
case CodeSortKey.manual:
|
||||
default:
|
||||
codes.sort((a, b) => a.display.position.compareTo(b.display.position));
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user