Skip to content

Commit

Permalink
Fix zupass login at edge esmeralda branch
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovegag committed Sep 5, 2024
1 parent a856a23 commit 6ee9430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function ZupassLoginButton({ children, $variant, ...props }: ZupassLoginButtonPr
requestUser(import.meta.env.VITE_ZUPASS_SERVER_URL, signInPayload.uuid).then((user) => {
if (user.success) {
mutateVerify({
email: user.value.email,
email: user.value.emails[0],
uuid: user.value.uuid,
pcdStr: JSON.parse(pcdStr).pcd,
serverUrl: import.meta.env.VITE_SERVER_URL,
Expand Down

0 comments on commit 6ee9430

Please sign in to comment.