fix: recovery code
This commit is contained in:
parent
ec4234e243
commit
dc4f412227
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
</template>
|
</template>
|
||||||
<template x-if="showRecovery">
|
<template x-if="showRecovery">
|
||||||
<div>
|
<div>
|
||||||
<x-forms.input required type="text" name="recovery_code "
|
<x-forms.input required type="text" name="recovery_code"
|
||||||
label="{{ __('input.recovery_code') }}" />
|
label="{{ __('input.recovery_code') }}" />
|
||||||
<div class="pt-2 text-xs cursor-pointer hover:underline hover:text-white"
|
<div class="pt-2 text-xs cursor-pointer hover:underline hover:text-white"
|
||||||
x-on:click="showRecovery = !showRecovery">Use
|
x-on:click="showRecovery = !showRecovery">Use
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue