Skip to content

Commit

Permalink
Update authentication.md
Browse files Browse the repository at this point in the history
Removed Bootstrap column classes to maintain consistency.
  • Loading branch information
tharshanlk committed Jul 16, 2015
1 parent f2c0dd1 commit 8bc9d4d
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 8bc9d4d

Please sign in to comment.