aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types/stores.types.ts
diff options
context:
space:
mode:
authorLibravatar Willy Woitas <dutscher_sbf@hotmail.com>2024-02-18 01:49:42 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-18 06:19:42 +0530
commit315728415b2269981a04ee51af7ef18412d7bf70 (patch)
tree1ee3e41e7022fa376b99bff5413eb6119481b839 /src/@types/stores.types.ts
parent6.7.1-nightly.20 [skip ci] (diff)
downloadferdium-app-315728415b2269981a04ee51af7ef18412d7bf70.tar.gz
ferdium-app-315728415b2269981a04ee51af7ef18412d7bf70.tar.zst
ferdium-app-315728415b2269981a04ee51af7ef18412d7bf70.zip
feat: Parse 2FA SMS token and copy to clipboard (#1561)
Diffstat (limited to 'src/@types/stores.types.ts')
-rw-r--r--src/@types/stores.types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/@types/stores.types.ts b/src/@types/stores.types.ts
index c0670ee87..c2d7bd78a 100644
--- a/src/@types/stores.types.ts
+++ b/src/@types/stores.types.ts
@@ -87,6 +87,8 @@ export interface AppStore extends TypedStore {
87 authRequestFailed: () => void; 87 authRequestFailed: () => void;
88 autoLaunchOnStart: () => void; 88 autoLaunchOnStart: () => void;
89 automaticUpdates: boolean; 89 automaticUpdates: boolean;
90 isTwoFactorAutoCatcherEnabled: boolean;
91 twoFactorAutoCatcherMatcher: string;
90 clearAppCacheRequest: () => void; 92 clearAppCacheRequest: () => void;
91 clipboardNotifications: boolean; 93 clipboardNotifications: boolean;
92 darkMode: boolean; 94 darkMode: boolean;