fix: refs #8225 update email verification condition in WorkerDescriptorMenu #1419

Merged
guillermo merged 1 commits from 8225-hotfix-condition into master 2025-02-18 09:13:03 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const showChangePasswordDialog = () => {
</QItemSection>
</QItem>
<QItem
v-if="!worker.user.emailVerified && user.id == worker.id"
v-if="!worker.user.emailVerified && user.id != worker.id"
v-ripple
clickable
@click="showChangePasswordDialog"