yarn lint

This commit is contained in:
ogerly 2021-04-27 14:03:07 +02:00
parent e94e04adb5
commit 1571506d45
2 changed files with 2 additions and 5 deletions

View File

@ -33,7 +33,7 @@
</div>
<div @click="toggle">
<b-alert v-show="scan" show variant="primary" class="pointer text-center">
<span class="alert-text" >
<span class="alert-text">
<strong>{{ $t('form.cancel') }}</strong>
</span>
</b-alert>

View File

@ -66,10 +66,7 @@
<b-input-group-append>
<b-button variant="outline-primary" @click="togglePasswordVisibility">
<b-icon
:icon="passwordVisible ? 'eye' : 'eye-slash'"
/>
<b-icon :icon="passwordVisible ? 'eye' : 'eye-slash'" />
</b-button>
</b-input-group-append>
</b-input-group>