ui: Ensure the per item logout button logs you out (#9269)

This commit is contained in:
John Cowen 2020-11-24 17:47:53 +00:00 committed by GitHub
parent 4039a19ed3
commit 36596e55f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>