fix: use correct strategy

This commit is contained in:
2025-09-14 22:56:05 -04:00
parent 863a41e92e
commit 282fa56166

View File

@ -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" }}",