This commit is contained in:
Manav Rathi 2024-05-26 08:12:52 +05:30
parent 1ea7a8f3a7
commit 51770a11ef
No known key found for this signature in database

View file

@ -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);
}