mirror of
https://github.com/bitwarden/server
synced 2025-12-13 14:53:34 +00:00
push controller is only when *not* self hosted
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Bit.Api.Controllers
|
||||
return true;
|
||||
}
|
||||
|
||||
return _currentContext.InstallationId.HasValue && _globalSettings.SelfHosted;
|
||||
return _currentContext.InstallationId.HasValue && !_globalSettings.SelfHosted;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user