Skip to content

Commit

Permalink
N21-1547 Refactor systems module (#3477)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap authored Jul 11, 2024
1 parent ca7a729 commit 99c9129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const determineRedirectUrl = (req) => {

async function getOauthSystems(req) {
return api(req, { version: 'v3' })
.get('/systems/public?onlyOauth=true')
.get('/systems/public?types=oauth')
.catch((err) => logger.error('error loading oauth system list', formatError(err)));
}

Expand Down

0 comments on commit 99c9129

Please sign in to comment.