fix: retry oauth call 3x rather than just once

pull/901/head
Daniel Roe 2023-01-09 00:06:47 +00:00
rodzic 759d9e257e
commit 88b428dc09
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -33,6 +33,7 @@ export default defineEventHandler(async (event) => {
code,
scope: 'read write follow push',
},
retry: 3,
})
const url = `/signin/callback?${stringifyQuery({ server, token: result.access_token, vapid_key: app.vapid_key })}`