Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 4, 2025
1 parent 52cf26a commit 32d56ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/server/routes/auth/gitea.get.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default defineOAuthGiteaEventHandler({
config: {
emailRequired: true
emailRequired: true,
},
async onSuccess(event, { user }) {
await setUserSession(event, {
Expand Down

0 comments on commit 32d56ae

Please sign in to comment.