From 315728415b2269981a04ee51af7ef18412d7bf70 Mon Sep 17 00:00:00 2001 From: Willy Woitas Date: Sun, 18 Feb 2024 01:49:42 +0100 Subject: feat: Parse 2FA SMS token and copy to clipboard (#1561) --- src/@types/stores.types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/@types') 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 { authRequestFailed: () => void; autoLaunchOnStart: () => void; automaticUpdates: boolean; + isTwoFactorAutoCatcherEnabled: boolean; + twoFactorAutoCatcherMatcher: string; clearAppCacheRequest: () => void; clipboardNotifications: boolean; darkMode: boolean; -- cgit v1.2.3-54-g00ecf