forked from GNUsocial/gnu-social
Pass OAuth authorize page's mode paramater to OpenID plugin so it can create a correct
returnto URL
This commit is contained in:
@@ -379,6 +379,7 @@ class ApiOauthAuthorizeAction extends Action
|
||||
_('Allow or deny access'));
|
||||
|
||||
$this->hidden('token', common_session_token());
|
||||
$this->hidden('mode', $this->mode);
|
||||
$this->hidden('oauth_token', $this->oauthTokenParam);
|
||||
$this->hidden('oauth_callback', $this->callback);
|
||||
|
||||
|
Reference in New Issue
Block a user