authelia: Enable dark theme
A recent version of *Authelia* added a dark theme. Setting the `theme` option to `auto` enables it when the user agent has the "prefers dark mode" hint enabled.etcd
parent
de72776e73
commit
c7223ff4fd
|
@ -161,3 +161,5 @@ storage:
|
|||
telemetry:
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
theme: auto
|
||||
|
|
Loading…
Reference in New Issue