Merge pull request 'fix: refs #8225 update email verification condition in WorkerDescriptorMenu' (!1419) from 8225-hotfix-condition into master
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1419
Reviewed-by: Guillermo Bonet <guillermo@verdnatura.es>
This commit is contained in:
Guillermo Bonet 2025-02-18 09:13:02 +00:00
commit 79d29fc071
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"