mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
parent
61054adb74
commit
dd759442fc
1 changed files with 1 additions and 2 deletions
|
|
@ -102,8 +102,7 @@ class PassportOpenIDConnect {
|
|||
|
||||
app.get(`${endpoint}/${name}`, (req, res, next) => {
|
||||
passport.authenticate(name, {
|
||||
scope: scope,
|
||||
prompt: 'consent'
|
||||
scope: scope
|
||||
})(req, res, next);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue