Skip to content

Commit

Permalink
Merge pull request #3 from deHypeChief/patch-1
Browse files Browse the repository at this point in the history
corrected a typo
  • Loading branch information
kravetsone authored Oct 5, 2024
2 parents 52bf97c + df9ca3b commit 0a497b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ new Elysia()
],
})
)
.get("/auth/google", ({ oauth2, redirect }) => {
.get("/auth/google", async({ oauth2, redirect }) => {
const url = await oauth2.createURL("Google");
url.searchParams.set("access_type", "offline");

Expand Down

0 comments on commit 0a497b9

Please sign in to comment.