providers/scim: remove preview (#7166)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-10-13 19:03:13 +02:00
committed by GitHub
parent 63a9cf2963
commit 41bb1ca707
2 changed files with 1 additions and 8 deletions

View File

@ -120,10 +120,7 @@ export class SCIMProviderViewPage extends AKElement {
if (!this.provider) {
return html``;
}
return html`<div slot="header" class="pf-c-banner pf-m-info">
${msg("SCIM provider is in preview.")}
</div>
${!this.provider?.assignedBackchannelApplicationName
return html` ${!this.provider?.assignedBackchannelApplicationName
? html`<div slot="header" class="pf-c-banner pf-m-warning">
${msg(
"Warning: Provider is not assigned to an application as backchannel provider.",