Skip to content

Commit

Permalink
Merge pull request laravel#1684 from vdharshan/patch-1
Browse files Browse the repository at this point in the history
Update authentication.md
  • Loading branch information
taylorotwell committed Jul 16, 2015
2 parents f2c0dd1 + 8bc9d4d commit 2bd3aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Though the authentication controllers are included with the framework, you will
<form method="POST" action="/auth/register">
{!! csrf_field() !!}

<div class="col-md-6">
<div>
Name
<input type="text" name="name" value="{{ old('name') }}">
</div>
Expand All @@ -106,7 +106,7 @@ Though the authentication controllers are included with the framework, you will
<input type="password" name="password">
</div>

<div class="col-md-6">
<div>
Confirm Password
<input type="password" name="password_confirmation">
</div>
Expand Down

0 comments on commit 2bd3aad

Please sign in to comment.