ui: Ensure the per item logout button logs you out (#9269)
This commit is contained in:
parent
4039a19ed3
commit
36596e55f5
|
@ -42,7 +42,7 @@
|
||||||
</Action>
|
</Action>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if (eq item.AccessorID token.AccessorID)}}
|
{{#if (eq item.AccessorID token.AccessorID)}}
|
||||||
<Action data-test-logout-action class="dangerous" @onclick={{action onclone item}}>
|
<Action data-test-logout-action class="dangerous" @onclick={{action onlogout item}}>
|
||||||
<BlockSlot @name="label">
|
<BlockSlot @name="label">
|
||||||
Logout
|
Logout
|
||||||
</BlockSlot>
|
</BlockSlot>
|
||||||
|
|
Loading…
Reference in New Issue