Skip to content

Commit

Permalink
perf: face mfa filter
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Nov 20, 2024
1 parent 7dd809f commit 6db670f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/auth/user_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func (u *UserAuthClient) Authenticate(ctx context.Context) (user model.User, aut
return
}
unsupportedMfaTypes := map[string]bool{
"face": true,
"FACE": true,
}
if resp.Err != "" {
Expand Down

0 comments on commit 6db670f

Please sign in to comment.