fix: recovery code

This commit is contained in:
Andras Bacsai
2023-09-11 10:41:39 +02:00
parent ec4234e243
commit dc4f412227

View File

@@ -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