Displays the current authentication mechanism in the admin panel (#981)

* Adds authentication mechanism to admin panel

Adds field to the "Security settings" admin display, showing the
currently configured authentication mechanism.

* Adds 14px margin to admin panel names
This commit is contained in:
Spoffy
2024-05-16 18:09:38 +01:00
committed by GitHub
parent d8f4e075fe
commit b4acb157f8
6 changed files with 67 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ export type BootProbeIds =
'reachable' |
'host-header' |
'sandboxing' |
'system-user'
'system-user' |
'authentication'
;
export interface BootProbeResult {