Skip to content

Commit cf5b686

Browse files
committed
Fix a bug with incorrect param
1 parent 37693bd commit cf5b686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/auth/signupconfirm.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<p>
1515
{{ Form::label('name') }}
16-
{{ Form::text('name', Input::old('email', $githubUser['name'])) }}
16+
{{ Form::text('name', Input::old('name', $githubUser['name'])) }}
1717
</p>
1818

1919
@if ($errors->has('name'))

0 commit comments

Comments
 (0)