Auth: SAML login button. (#17932)

* Auth: SAML login button.

* Fixed ts issue
This commit is contained in:
Leonard Gram
2019-07-05 15:24:52 +02:00
committed by Torkel Ödegaard
parent c5b6365858
commit e574147b1e
5 changed files with 33 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
package models
type IsSAMLEnabledCommand struct {
Result bool
}