[auth] Lint fix

This commit is contained in:
Neeraj Gupta
2025-01-21 14:24:12 +05:30
parent e9ed423094
commit d3fecf3831
2 changed files with 0 additions and 3 deletions

View File

@@ -7,7 +7,5 @@ String twoFactorTypeToString(TwoFactorType type) {
return "totp";
case TwoFactorType.passkey:
return "passkey";
default:
return type.name;
}
}

View File

@@ -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;
}