diff --git a/web/src/user/LibraryApplication/index.ts b/web/src/user/LibraryApplication/index.ts index 30475dd981..b96e8428ef 100644 --- a/web/src/user/LibraryApplication/index.ts +++ b/web/src/user/LibraryApplication/index.ts @@ -90,7 +90,7 @@ export class LibraryApplication extends AKElement { if (!this.application) { return html``; } - if (this.application?.launchUrl === "goauthentik.io://providers/rac/launch") { + if (this.application?.providerObj.component === "ak-provider-rac-form") { return html` ${this.application.name} `;