Skip to content

Commit

Permalink
login
Browse files Browse the repository at this point in the history
  • Loading branch information
lily committed May 26, 2015
1 parent 674f839 commit c3048dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sessions/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<form action="/session" method="post">
<input type="hidden" name="authenticity_token" value="<%= form_authenticity_token %>">
<label>Email<br>
<input name="user[email]" type="text" value="b@b.com"><br>
<input name="user[email]" type="text" value="a@a.com"><br>
</label><br>
<label>Password<br>
<input name="user[password]" type="password" value="password"><br>
Expand Down

0 comments on commit c3048dd

Please sign in to comment.