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.
@@ -1,5 +1,5 @@
1
1
  module Reviewed
2
2
  module Auth
3
- VERSION = "0.2.4"
3
+ VERSION = "0.2.5"
4
4
  end
5
5
  end
@@ -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="<%= return_to_url || Reviewed::Auth.return_url %>" />
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">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reviewed-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: