fix(api): 🐛 Fix incorrect order of function parameters

This commit is contained in:
Jesse Wierzbinski 2024-10-11 17:09:51 +02:00
parent d84ae38573
commit d2dcdce763
No known key found for this signature in database
3 changed files with 2 additions and 5 deletions

View file

@ -119,8 +119,8 @@ export default (plugin: PluginType) => {
{
client_id: issuer.client_id,
redirect_uri: `${oauthRedirectUri(
issuerId,
context.get("config").http.base_url,
issuerId,
)}?flow=${newFlow.id}`,
response_type: "code",
scope: "openid profile email",