fix: recovery code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user