feat: 🎸 Fix app start error with MFA configs

This commit is contained in:
Jin
2025-03-25 23:14:25 +01:00
parent ae794a562f
commit 1afccb4129
10 changed files with 51 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
class OpenIDError {
class MFAError {
message: string;
constructor(message: string) {
@@ -6,4 +6,4 @@ class OpenIDError {
}
}
export default OpenIDError;
export default MFAError;