diff --git a/web/src/user/LibraryApplication/index.ts b/web/src/user/LibraryApplication/index.ts index ad445d6742..5b529a7f18 100644 --- a/web/src/user/LibraryApplication/index.ts +++ b/web/src/user/LibraryApplication/index.ts @@ -99,6 +99,19 @@ export class LibraryApplication extends AKElement { if (this.application?.launchUrl === "goauthentik.io://providers/rac/launch") { return html` +
+ { + this.racEndpointLaunch?.onClick(); + }} + > + + +
{ @@ -109,13 +122,25 @@ export class LibraryApplication extends AKElement {
`; } - return html`
- ${this.application.name} -
`; + return html`
+ + + +
+
+ ${this.application.name} +
`; } render(): TemplateResult { @@ -135,18 +160,6 @@ export class LibraryApplication extends AKElement { class="pf-c-card pf-m-hoverable pf-m-compact ${classMap(classes)}" style=${styleMap(styles)} > -
- - - -
${this.renderLaunch()}
${expandable ? this.renderExpansion(this.application) : nothing}