- ${msg( - "Flow used when a user access this provider and is not authenticated.", - )} -
-- ${msg( - "Flow used when a user access this provider and is not authenticated.", - )} -
-- ${msg( - "Flow used when a user access this provider and is not authenticated.", - )} -
-${msg("Flow used for unbinding users.")} diff --git a/web/src/elements/AppIcon.ts b/web/src/elements/AppIcon.ts index 31118a1518e7..e9cfbb36eea5 100644 --- a/web/src/elements/AppIcon.ts +++ b/web/src/elements/AppIcon.ts @@ -23,7 +23,7 @@ export class AppIcon extends AKElement implements IAppIcon { @property({ type: String }) icon?: string; - @property() + @property({ reflect: true }) size: PFSize = PFSize.Medium; static get styles(): CSSResult[] {