Skip to content

Commit

Permalink
Pwa 3065::When the button 'sign in' is pressed by the keyboard, nothi…
Browse files Browse the repository at this point in the history
…ng happens.
  • Loading branch information
glo82145 committed Mar 24, 2023
1 parent 0c4b41f commit c36d345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/peregrine/lib/talons/SignIn/useSignIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const useSignIn = props => {
},
...recaptchaData
});

const token = signInResponse.data.generateCustomerToken.token;
await setToken(token);

Expand Down

0 comments on commit c36d345

Please sign in to comment.