Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update authentication.md #1684

Merged
merged 1 commit into from
Jul 16, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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