mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Fix email value in register-or-login.blade.php
This commit is contained in:
parent
f1c236ee64
commit
8d0544bc72
@ -120,8 +120,8 @@
|
|||||||
class="input w-full"
|
class="input w-full"
|
||||||
type="email"
|
type="email"
|
||||||
name="{{ $field['key'] }}"
|
name="{{ $field['key'] }}"
|
||||||
value="{{ old($field['key']) }}"
|
value="{{ old($field['key'], $this->email ?? '') }}"
|
||||||
/>
|
/>
|
||||||
@elseif($field['key'] === 'password')
|
@elseif($field['key'] === 'password')
|
||||||
<input
|
<input
|
||||||
id="{{ $field['key'] }}"
|
id="{{ $field['key'] }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user