aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.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/config.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/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 055fc9ad1..5b9a5eaba 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -360,6 +360,8 @@ export const DEFAULT_APP_SETTINGS = {
360 clipboardNotifications: true, 360 clipboardNotifications: true,
361 notifyTaskBarOnMessage: false, 361 notifyTaskBarOnMessage: false,
362 showDisabledServices: true, 362 showDisabledServices: true,
363 isTwoFactorAutoCatcherEnabled: false,
364 twoFactorAutoCatcherMatcher: 'token, code, sms, verify',
363 showServiceName: false, 365 showServiceName: false,
364 showMessageBadgeWhenMuted: true, 366 showMessageBadgeWhenMuted: true,
365 showDragArea: false, 367 showDragArea: false,