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; passwordVerificationSalt: string;
passwordDerivedKeySalt: string; passwordDerivedKeySalt: string;
encryptedDataKey: string; encryptedDataKey: string;
totpEnabled: boolean;
encryptedRecoveryCodes: boolean;
userSubjectIdentifierSaved: boolean;
oAuthEnabled: boolean;
lastSyncedPull: number; lastSyncedPull: number;
lastSyncedPush: number; lastSyncedPush: number;

View File

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