Skip to content

Commit

Permalink
fix env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
supproduction committed Oct 21, 2024
1 parent 216257f commit e5c2912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/platform/auth/src/bapi/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class BapiAuthFeature extends OauthFeature implements AppFeature {
useFactory: () =>
({
loginUrl: urlJoin(
injectEnv('ORYX_FULFILLMENT_BACKEND_URL') ?? '',
injectEnv('ORYX_BAPI_BACKEND_URL') ?? '',
'/authorize'
),
} as CodeGrantAuthLoginStrategyConfig),
Expand Down

0 comments on commit e5c2912

Please sign in to comment.