feat: pwa with push notifications (#337)
This commit is contained in:
parent
a18e5e2332
commit
f0c91a3974
48 changed files with 2903 additions and 14 deletions
|
@ -32,6 +32,6 @@ export default defineEventHandler(async (event) => {
|
|||
},
|
||||
})
|
||||
|
||||
const url = `/signin/callback?${stringifyQuery({ server, token: result.access_token })}`
|
||||
const url = `/signin/callback?${stringifyQuery({ server, token: result.access_token, vapid_key: app.vapid_key })}`
|
||||
await sendRedirect(event, url, 302)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue