Change OAuth authorization page's action name to be inline with
other web page action names so the body id outputs correctly. Fix some other bugs.
This commit is contained in:
@@ -676,7 +676,7 @@ class Router
|
||||
array('action' => 'ApiOauthAccessToken'));
|
||||
|
||||
$m->connect('api/oauth/authorize',
|
||||
array('action' => 'ApiOauthAuthorize'));
|
||||
array('action' => 'apioauthauthorize'));
|
||||
|
||||
// Admin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user