Skip to content

Commit

Permalink
refactor(console): hide backchannel for m2m apps (#6075)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun authored Jun 25, 2024
1 parent 593db0d commit 92dc008
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function ApplicationDetailsContent({ data, oidcConfig, onApplicationUpdated }: P
{![ApplicationType.MachineToMachine, ApplicationType.Protected].includes(data.type) && (
<RefreshTokenSettings data={data} />
)}
<BackchannelLogout />
{data.type !== ApplicationType.MachineToMachine && <BackchannelLogout />}
</DetailsForm>
</FormProvider>
{tab === ApplicationDetailsTabs.Settings && (
Expand Down

0 comments on commit 92dc008

Please sign in to comment.