Skip to content

Commit 408b580

Browse files
committed
chore: add emailRequired for testing Gitlab
1 parent 3bd553c commit 408b580

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

playground/server/routes/auth/gitlab.get.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
export default oauthGitLabEventHandler({
2+
config: {
3+
emailRequired: true,
4+
},
25
async onSuccess(event, { user }) {
36
await setUserSession(event, {
47
user: {

0 commit comments

Comments
 (0)