Closed imade-nl closed 10 years ago
I didn't check all the views, but I think value="{{{ Input::old('login_attribute') }}}" should have triple brackets (https://github.com/stevemo/cpanel/blob/master/src/views/dashboard/login.blade.php#L26)
value="{{{ Input::old('login_attribute') }}}"
fix in latest version
I didn't check all the views, but I think
value="{{{ Input::old('login_attribute') }}}"
should have triple brackets (https://github.com/stevemo/cpanel/blob/master/src/views/dashboard/login.blade.php#L26)