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>
|
||||
{{/if}}
|
||||
{{#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">
|
||||
Logout
|
||||
</BlockSlot>
|
||||
|
|
Loading…
Reference in New Issue