mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
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:
@@ -6,7 +6,8 @@ export type BootProbeIds =
|
||||
'reachable' |
|
||||
'host-header' |
|
||||
'sandboxing' |
|
||||
'system-user'
|
||||
'system-user' |
|
||||
'authentication'
|
||||
;
|
||||
|
||||
export interface BootProbeResult {
|
||||
|
||||
Reference in New Issue
Block a user