mirror of https://github.com/grafana/grafana
Auth: add name parameter to auth.saml (#39883)
* add name parameter to auth.saml * Create constant to store default SAML namepull/39941/head
parent
5219c72a6c
commit
706a665240
@ -1,2 +1,3 @@ |
||||
export const GAUGE_DEFAULT_MINIMUM = 0; |
||||
export const GAUGE_DEFAULT_MAXIMUM = 100; |
||||
export const DEFAULT_SAML_NAME = 'SAML'; |
||||
|
||||
Loading…
Reference in new issue