Added ability to set a pin for settings menu

This commit is contained in:
Tzahi12345
2023-04-27 21:37:32 -04:00
parent f973426bd2
commit 010f0fbb1c
150 changed files with 482 additions and 152 deletions

View File

@@ -202,6 +202,8 @@ const DEFAULT_CONFIG = {
"enable_all_notifications": true,
"allowed_notification_types": [],
"enable_rss_feed": false,
"use_pin": false,
"pin_hash": "",
},
"API": {
"use_API_key": false,