Changeset 6452
- Timestamp:
- 03/20/07 02:56:42 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/open_id_authentication/lib/open_id_authentication.rb
r6334 r6452 93 93 def complete_open_id_authentication 94 94 open_id_response = timeout_protection_from_identity_server { open_id_consumer.complete(params) } 95 identity_url = normalize_url(open_id_response.identity_url) 95 identity_url = normalize_url(open_id_response.identity_url) if open_id_response.identity_url 96 96 97 97 case open_id_response.status