mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
fix: don't tell the remote their token is lower
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
ba6e944ac0
commit
759974b842
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class OCSAuthAPIController extends OCSController {
|
|||
'remote server (' . $url . ') presented lower token. We will initiate the exchange of the shared secret.',
|
||||
['app' => 'federation']
|
||||
);
|
||||
throw new OCSForbiddenException();
|
||||
return new DataResponse();
|
||||
}
|
||||
|
||||
$this->jobList->add(
|
||||
|
|
|
|||
Loading…
Reference in a new issue