fix: refs #8225 update email verification condition in WorkerDescriptorMenu #1419
|
@ -53,7 +53,7 @@ const showChangePasswordDialog = () => {
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
<QItem
|
<QItem
|
||||||
v-if="!worker.user.emailVerified && user.id == worker.id"
|
v-if="!worker.user.emailVerified && user.id != worker.id"
|
||||||
v-ripple
|
v-ripple
|
||||||
clickable
|
clickable
|
||||||
@click="showChangePasswordDialog"
|
@click="showChangePasswordDialog"
|
||||||
|
|
Loading…
Reference in New Issue