Skip to content

Commit

Permalink
fix: replace OSP callback hardcode with variable (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanGerada3 authored Oct 16, 2024
1 parent 9b67a72 commit 481c5c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
- **Connector Management**
- fixed customer link selection and fixed resetting values [#1119](https://github.com/eclipse-tractusx/portal-frontend/pull/1119)
- **Technical User Management**
- fixed error message scenario post technical user deletion action
- **OSP Managament**
- fixed hardcoded OSP callback url [#1201](https://github.com/eclipse-tractusx/portal-frontend/pull/1201)
- fixed error message scenario post technical user deletion action [#1164](https://github.com/eclipse-tractusx/portal-frontend/pull/1164)
- **Company Subscriptions**
- fixed incorrect data display in service company subscriptions [#1191](https://github.com/eclipse-tractusx/portal-frontend/pull/1191)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const OnboardingServiceProvider = () => {
{t('content.onboardingServiceProvider.subDesc1')}
</Typography>
<Typography variant="body3">
{t('content.onboardingServiceProvider.subDesc2')}
{callbackData?.callbackUrl ?? data?.callbackUrl}
</Typography>
</Box>
<IconButton
Expand Down

0 comments on commit 481c5c9

Please sign in to comment.