mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
feat: 🎸 fix ts error
This commit is contained in:
parent
8df1e3263b
commit
fdc10d0120
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user