generated from coop-cloud/example
fix: use correct strategy
This commit is contained in:
@ -90,7 +90,7 @@ module.exports = {
|
||||
name: "oauth2",
|
||||
label: "Sign in with {{ env "OAUTH_FRIENDLY_NAME" }}",
|
||||
icon: "fa-lock",
|
||||
strategy: require("passport-oauth2").OAuth2Strategy,
|
||||
strategy: require("passport-oauth2").Strategy,
|
||||
options: {
|
||||
authorizationURL: "{{ env "OAUTH_AUTHORIZATION_URL" }}",
|
||||
tokenURL: "{{ env "OAUTH_TOKEN_URL" }}",
|
||||
|
||||
Reference in New Issue
Block a user