Skip to content

Commit

Permalink
feat: add lookup to identity
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 14119b6 commit ead3833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
CredentialsTypePassword CredentialsType = "password"
CredentialsTypeOIDC CredentialsType = "oidc"
CredentialsTypeTOTP CredentialsType = "totp"
CredentialsTypeBackupCode CredentialsType = "backup_code"
CredentialsTypeLookup CredentialsType = "lookup_secret"
)

const (
Expand Down

0 comments on commit ead3833

Please sign in to comment.