Tweak
This commit is contained in:
parent
1ea7a8f3a7
commit
51770a11ef
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ export default function Credentials({ appContext, appName }: PageProps) {
|
|||
} catch (e) {
|
||||
if (
|
||||
e instanceof Error &&
|
||||
e.message !== CustomError.TWO_FACTOR_ENABLED
|
||||
e.message != CustomError.TWO_FACTOR_ENABLED
|
||||
) {
|
||||
log.error("getKeyAttributes failed", e);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue