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;
|
||||
passwordDerivedKeySalt: string;
|
||||
encryptedDataKey: string;
|
||||
totpEnabled: boolean;
|
||||
encryptedRecoveryCodes: boolean;
|
||||
userSubjectIdentifierSaved: boolean;
|
||||
oAuthEnabled: boolean;
|
||||
|
||||
lastSyncedPull: number;
|
||||
lastSyncedPush: number;
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user