feat: 🎸 fix ts error

This commit is contained in:
Jin 2025-03-22 12:35:37 +01:00
parent 8df1e3263b
commit fdc10d0120
2 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,10 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
passwordVerificationSalt: string;
passwordDerivedKeySalt: string;
encryptedDataKey: string;
totpEnabled: boolean;
encryptedRecoveryCodes: boolean;
userSubjectIdentifierSaved: boolean;
oAuthEnabled: boolean;
lastSyncedPull: number;
lastSyncedPush: number;

View File

@ -98,6 +98,7 @@
"login": {
"title": "Login",
"heading": "Trilium Login",
"incorrect-totp": "TOTP is incorrect. Please try again.",
"incorrect-password": "Password is incorrect. Please try again.",
"password": "Password",
"remember-me": "Remember me",