Display new in picker if oauth2 enabled

This commit is contained in:
Adria Navarro 2025-03-25 11:29:39 +01:00
parent e39d619049
commit 8592ca82ac
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
</script>
<DetailPopover bind:this={popover} {title} align={PopoverAlignment.Right}>
<div slot="anchor" class:display-new={!authConfig}>
<div slot="anchor" class:display-new={!authConfig && oauth2Enabled}>
<ActionButton icon="LockClosed" quiet selected>
{#if !authConfig}
Authentication