Reorganized the OAuth app URLs and more work on the register app workflow
This commit is contained in:
@@ -115,9 +115,11 @@ class ConnectSettingsNav extends Widget
|
||||
array(_('SMS'),
|
||||
_('Updates by SMS'));
|
||||
}
|
||||
|
||||
$menu['applicationsettings'] = array(_('Applications'),
|
||||
_('OAuth connected applications'));
|
||||
|
||||
$menu['oauthconnectionssettings'] = array(
|
||||
_('Connections'),
|
||||
_('Authorized connected applications')
|
||||
);
|
||||
|
||||
foreach ($menu as $menuaction => $menudesc) {
|
||||
$this->action->menuItem(common_local_url($menuaction),
|
||||
|
Reference in New Issue
Block a user