Skip to content

Commit 71d4b79

Browse files
authored
Merge pull request #975 from kir-dev/fix/autsch
Fix authsch login
2 parents 1048c1f + 2455f6d commit 71d4b79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config/passport.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ passport.use(
1818
tokenURL: `${AUTH_SCH_URL}/oauth2/token`,
1919
clientID: process.env.CLIENT_ID,
2020
clientSecret: process.env.CLIENT_SECRET,
21-
callbackURL: '/auth/oauth/callback',
2221
scope: ['basic', 'displayName', 'mail']
2322
},
2423
async (

0 commit comments

Comments
 (0)