mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
feat: 🎸 Fix app start error with MFA configs
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user