From 6047ff8483fc51d18d343361be9a7f026d3e0644 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 20 Nov 2024 14:40:38 +0800 Subject: [PATCH] perf: face mfa filter --- pkg/auth/user_auth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/auth/user_auth.go b/pkg/auth/user_auth.go index e94c2151..dfd8d244 100644 --- a/pkg/auth/user_auth.go +++ b/pkg/auth/user_auth.go @@ -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 != "" {