Skip to content

Commit

Permalink
Re-insert comment on dumb/stateless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Håvard Stranden committed Jan 30, 2011
1 parent 67f6ccb commit 0e62185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openid.js
Expand Up @@ -661,6 +661,7 @@ openid.authenticate = function(identifier, returnUrl, realm, immediate, callback
{
if(!answer || answer.error)
{
// TODO: Do dumb/stateless mode
callback(null, answer.error);
}

Expand Down

0 comments on commit 0e62185

Please sign in to comment.