Skip to content

Commit

Permalink
fix: use linked
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Sep 19, 2023
1 parent 7a7b2bc commit 033ae5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/auth/verify.post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export default defineEventHandler(async (event) => {

return {
id: user?.id,
registered: true,
linked: !!user.firebaseId,
}
})

0 comments on commit 033ae5a

Please # to comment.