mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 15:49:56 +01:00
feat: 🎸 Fix app start error with MFA configs
This commit is contained in:
9
src/errors/mfa_error.ts
Normal file
9
src/errors/mfa_error.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
class MFAError {
|
||||
message: string;
|
||||
|
||||
constructor(message: string) {
|
||||
this.message = message;
|
||||
}
|
||||
}
|
||||
|
||||
export default MFAError;
|
||||
Reference in New Issue
Block a user