fix(authelia): disable notifier for now

This commit is contained in:
David Landry 2024-10-09 16:38:04 -04:00
parent fb6b476d6a
commit 6db291e66c
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ data:
ban_time: '5 minutes'
storage:
notifier:
disable_startup_check: false
disable_startup_check: true
access_control:
default_policy: 'two_factor'
...