aboutsummaryrefslogtreecommitdiff
path: root/models/auth/source.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/auth/source.go')
-rw-r--r--models/auth/source.go18
1 files changed, 9 insertions, 9 deletions
diff --git a/models/auth/source.go b/models/auth/source.go
index 48af87acd..c152644aa 100644
--- a/models/auth/source.go
+++ b/models/auth/source.go
@@ -22,15 +22,15 @@ type Type int
// Note: new type must append to the end of list to maintain compatibility.
const (
- NoType Type = iota
- Plain // 1
- LDAP // 2
- SMTP // 3
- PAM // 4
- DLDAP // 5
- OAuth2 // 6
- SSPI // 7
- Federated // 8
+ NoType Type = iota
+ Plain // 1
+ LDAP // 2
+ SMTP // 3
+ PAM // 4
+ DLDAP // 5
+ OAuth2 // 6
+ SSPI // 7
+ Federated // 8
)
// String returns the string name of the LoginType