mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05: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