mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
feat: 🎸 fix ts error
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user