fix: refs #8225 update email verification condition in WorkerDescriptorMenu
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-02-18 10:08:28 +01:00
parent a8d0f4374e
commit ced34ccec3
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"