We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54461df commit f9c3e6eCopy full SHA for f9c3e6e
resources/js/stores/useUser.js
@@ -61,7 +61,7 @@ export const refresh = async function () {
61
62
return (currentRefresh = (async function () {
63
try {
64
- const oldEmail = userStorage.value?.email;
+ const oldEmail = userStorage.value?.email
65
userStorage.value = (await magentoGraphQL(`{ customer { ${config.queries.customer} } }`))?.data?.customer
66
if (oldEmail !== userStorage.value?.email) {
67
await loggedIn()
0 commit comments