reviewed-auth 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,7 @@
|
|
66
66
|
<form class="form-signin" method="post">
|
67
67
|
<h1>Reviewed.com</h1>
|
68
68
|
<h2 class="form-signin-heading">Please sign in</h2>
|
69
|
-
<input type="hidden" name="return_url" value="<%=
|
69
|
+
<input type="hidden" name="return_url" value="<%= params[:return_url] || Reviewed::Auth.return_url %>" />
|
70
70
|
<input type="hidden" name="drop_cookie" value="<%= params[:drop_cookie] || Reviewed::Auth.drop_cookie %>" />
|
71
71
|
<input type="text" class="input-block-level" placeholder="Email address" name="email">
|
72
72
|
<input type="password" class="input-block-level" placeholder="Password" name="password">
|