mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
commit
4818aa1cab
@ -9,7 +9,7 @@
|
|||||||
<b-alert show variant="secondary">
|
<b-alert show variant="secondary">
|
||||||
<span class="alert-text" v-html="$t('form.scann_code')"></span>
|
<span class="alert-text" v-html="$t('form.scann_code')"></span>
|
||||||
<b-col v-show="!scan" lg="12" class="text-right">
|
<b-col v-show="!scan" lg="12" class="text-right">
|
||||||
<a @click="toggle" class="nav-link">
|
<a @click="toggle" class="nav-link pointer">
|
||||||
<img src="/img/icons/gradido/qr-scan-pure.png" height="50" />
|
<img src="/img/icons/gradido/qr-scan-pure.png" height="50" />
|
||||||
</a>
|
</a>
|
||||||
</b-col>
|
</b-col>
|
||||||
@ -31,11 +31,13 @@
|
|||||||
</b-row>
|
</b-row>
|
||||||
</b-container>
|
</b-container>
|
||||||
</div>
|
</div>
|
||||||
|
<div @click="toggle">
|
||||||
<b-alert v-show="scan" show variant="primary" class="pointer text-center">
|
<b-alert v-show="scan" show variant="primary" class="pointer text-center">
|
||||||
<span class="alert-text" @click="toggle">
|
<span class="alert-text">
|
||||||
<strong>{{ $t('form.cancel') }}</strong>
|
<strong>{{ $t('form.cancel') }}</strong>
|
||||||
</span>
|
</span>
|
||||||
</b-alert>
|
</b-alert>
|
||||||
|
</div>
|
||||||
</b-alert>
|
</b-alert>
|
||||||
|
|
||||||
<validation-observer v-slot="{ handleSubmit }" ref="formValidator">
|
<validation-observer v-slot="{ handleSubmit }" ref="formValidator">
|
||||||
|
|||||||
@ -65,11 +65,8 @@
|
|||||||
></b-form-input>
|
></b-form-input>
|
||||||
|
|
||||||
<b-input-group-append>
|
<b-input-group-append>
|
||||||
<b-button variant="outline-primary">
|
<b-button variant="outline-primary" @click="togglePasswordVisibility">
|
||||||
<b-icon
|
<b-icon :icon="passwordVisible ? 'eye' : 'eye-slash'" />
|
||||||
:icon="passwordVisible ? 'eye' : 'eye-slash'"
|
|
||||||
@click="togglePasswordVisibility"
|
|
||||||
/>
|
|
||||||
</b-button>
|
</b-button>
|
||||||
</b-input-group-append>
|
</b-input-group-append>
|
||||||
</b-input-group>
|
</b-input-group>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user