Skip to content

Commit 78ab5d9

Browse files
fix: issue regarding passkey
Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
1 parent 51d84b6 commit 78ab5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextjs/src/features/auth/components/user-auth-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default function SignInViewPage(): React.JSX.Element {
196196
const entityData = {
197197
verifyAuthenticationObj: JSON.stringify(verifyAuthenticationObj),
198198
obj: JSON.stringify(obj),
199-
isPassword: isPasswordTab,
199+
isPasswordTab,
200200
}
201201

202202
const verificationResp = await signIn('credentials', {

0 commit comments

Comments
 (0)