pages/login: await when "updating" user info for the first time
All checks were successful
Build dev / build (push) Successful in 1m9s

This commit is contained in:
Wroclaw 2023-12-20 06:03:56 +01:00
parent f11b4c9a75
commit 187e432182

View file

@ -71,7 +71,7 @@ async function updateUserInfo() {
}
}
updateUserInfo();
await updateUserInfo();
</script>
<template>