mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 08:37:33 -04:00 
			
		
		
		
	Merge pull request #6874 from beganovich/github-6843
Keep old input fields on registration
This commit is contained in:
		
						commit
						69b4b2465b
					
				| @ -36,6 +36,7 @@ | ||||
|                                         class="input w-full"  | ||||
|                                         type="email" | ||||
|                                         name="{{ $field['key'] }}" | ||||
|                                         value="{{ old($field['key']) }}" | ||||
|                                         {{ $field['required'] ? 'required' : '' }} /> | ||||
|                                 @elseif($field['key'] === 'password') | ||||
|                                     <input  | ||||
| @ -63,6 +64,7 @@ | ||||
|                                         id="{{ $field['key'] }}"  | ||||
|                                         class="input w-full"  | ||||
|                                         name="{{ $field['key'] }}" | ||||
|                                         value="{{ old($field['key']) }}" | ||||
|                                         {{ $field['required'] ? 'required' : '' }} /> | ||||
|                                 @endif | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user