mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: tokens (#4380)
This commit is contained in:
@ -120,6 +120,7 @@ const (
|
||||
LoginTypePassword LoginType = "password"
|
||||
LoginTypeGithub LoginType = "github"
|
||||
LoginTypeOIDC LoginType = "oidc"
|
||||
LoginTypeToken LoginType = "token"
|
||||
)
|
||||
|
||||
func (e *LoginType) Scan(src interface{}) error {
|
||||
|
Reference in New Issue
Block a user