Skip to content

Commit

Permalink
Show DiscoveryFailure-error-message
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Haller committed Jan 5, 2009
1 parent c313239 commit 4c2508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Expand Up @@ -27,7 +27,7 @@ def root_url
begin
oidreq = openid_consumer.begin(openid)
rescue OpenID::DiscoveryFailure => why
"Sorry, we couldn't find your identifier #{openid}."
"Sorry, we couldn't find your identifier #{openid}: #{why}"
else
# You could request additional information here - see specs:
# http://openid.net/specs/openid-simple-registration-extension-1_0.html
Expand Down

0 comments on commit 4c2508e

Please sign in to comment.