Don't show 'anonymous' app in OAuth application list.
This commit is contained in:
parent
4ab110e071
commit
94f7bfa50a
@ -100,6 +100,7 @@ class OauthappssettingsAction extends SettingsAction
|
||||
|
||||
$application = new Oauth_application();
|
||||
$application->owner = $user->id;
|
||||
$application->whereAdd("name != 'anonymous'");
|
||||
$application->limit($offset, $limit);
|
||||
$application->orderBy('created DESC');
|
||||
$application->find();
|
||||
|
Loading…
Reference in New Issue
Block a user