pages/login: await when "updating" user info for the first time
All checks were successful
Build dev / build (push) Successful in 1m9s
All checks were successful
Build dev / build (push) Successful in 1m9s
This commit is contained in:
parent
f11b4c9a75
commit
187e432182
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ async function updateUserInfo() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
updateUserInfo();
|
await updateUserInfo();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
Loading…
Reference in a new issue