mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 08:14:25 +01:00
fix(build): totp missing options
This commit is contained in:
parent
5daed43c0f
commit
de8370831c
@ -87,6 +87,14 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
|
||||
// MFA options
|
||||
mfaEnabled: boolean;
|
||||
mfaMethod: string;
|
||||
totpEncryptionSalt: string;
|
||||
totpEncryptedSecret: string;
|
||||
totpVerificationHash: string;
|
||||
encryptedRecoveryCodes: boolean;
|
||||
userSubjectIdentifierSaved: boolean;
|
||||
recoveryCodeInitialVector: string;
|
||||
recoveryCodeSecurityKey: string;
|
||||
recoveryCodesEncrypted: string;
|
||||
|
||||
// Additional options
|
||||
eraseEntitiesAfterTimeInSeconds: number;
|
||||
@ -141,8 +149,6 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
|
||||
autoFixConsistencyIssues: boolean;
|
||||
hideArchivedNotes_main: boolean;
|
||||
debugModeEnabled: boolean;
|
||||
encryptedRecoveryCodes: string;
|
||||
userSubjectIdentifierSaved: boolean;
|
||||
}
|
||||
|
||||
export type OptionNames = keyof OptionDefinitions;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user