Compare commits
2 commits
968a49bd46
...
e3182b3404
Author | SHA1 | Date | |
---|---|---|---|
May | e3182b3404 | ||
May | 072334443a |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ava-node",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
|
|
@ -126,11 +126,13 @@ export async function getUserInfo(id: string) {
|
|||
userId: userInfo.sub,
|
||||
},
|
||||
update: {
|
||||
identifier: userInfo[configuration.userinfo.identifier]
|
||||
identifier: userInfo[configuration.userinfo.identifier],
|
||||
name: userInfo.name
|
||||
},
|
||||
create: {
|
||||
userId: userInfo.sub,
|
||||
identifier: userInfo[configuration.userinfo.identifier]
|
||||
identifier: userInfo[configuration.userinfo.identifier],
|
||||
name: userInfo.name
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue