fixing bug
This commit is contained in:
parent
a457b0be98
commit
8abd0681fa
2 changed files with 2 additions and 2 deletions
|
|
@ -499,7 +499,7 @@ const fetchData = async () => {
|
|||
defaultInformation.value.tel = data.telephone;
|
||||
defaultInformation.value.knowledge = data.knowledge;
|
||||
})
|
||||
.catch(() => {
|
||||
.catch(async () => {
|
||||
const user = await tokenParsed();
|
||||
defaultInformation.value.email = user ? user.email : "";
|
||||
defaultInformation.value.firstname = user ? user.given_name : "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue