Skip to content

Commit

Permalink
Allow the response to :missing to start OpenID
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Apr 24, 2012
1 parent bc97b65 commit 90f3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/openid.rb
Expand Up @@ -128,7 +128,7 @@ def begin_authentication(env, qs)
return redirect_to(url)
rescue ::OpenID::OpenIDError, Timeout::Error => e
env[RESPONSE] = MissingResponse.new
return @app.call(env)
return self.call(env)
end
end

Expand Down

0 comments on commit 90f3d0f

Please sign in to comment.