mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(updatenotification): Communicate twofactor_nextcloud_notification as shipped in 30+
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
bff7282b16
commit
1ab03a65cf
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class APIController extends OCSController {
|
|||
'suspicious_login' => 25,
|
||||
'twofactor_totp' => 25,
|
||||
'files_downloadlimit' => 29,
|
||||
'twofactor_nextcloud_notification' => 30,
|
||||
];
|
||||
|
||||
public function __construct(
|
||||
|
|
|
|||
Loading…
Reference in a new issue