changes
This commit is contained in:
@@ -104,14 +104,14 @@
|
||||
class="button"
|
||||
@click="showpass = !showpass"
|
||||
>
|
||||
<SvgIcon
|
||||
v-bind="{ name: 'eye-off.svg', type: 'dark', size: 22 }"
|
||||
v-if="showpass"
|
||||
></SvgIcon>
|
||||
<SvgIcon
|
||||
v-bind="{ name: 'view.svg', type: 'dark', size: 22 }"
|
||||
v-else
|
||||
></SvgIcon>
|
||||
<Icon
|
||||
:name="
|
||||
showpass
|
||||
? 'material-symbols:visibility-outline-rounded'
|
||||
: 'material-symbols:visibility-off-outline-rounded'
|
||||
"
|
||||
:size="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<p
|
||||
|
||||
Reference in New Issue
Block a user