Changeset 2833
- Timestamp:
- 11/27/07 23:41:53 (9 months ago)
- Files:
-
- authopenidplugin/0.11/authopenid/authopenid.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
authopenidplugin/0.11/authopenid/authopenid.py
r2767 r2833 239 239 # either None or a string containing more information about 240 240 # the return type. 241 info = oidconsumer.complete(req.args )241 info = oidconsumer.complete(req.args,req.args['openid.return_to']) 242 242 243 243 css_class = 'error'
