remove auth from basehub

This commit is contained in:
Stanley Dimant
2022-08-06 03:07:15 +02:00
parent 9c11d8dcbc
commit 8047710b50

View File

@@ -16,7 +16,6 @@ using Microsoft.Extensions.Logging;
namespace MareSynchronosServer.Hubs
{
[Authorize(AuthenticationSchemes = SecretKeyAuthenticationHandler.AuthScheme)]
public partial class MareHub : Hub
{
private readonly SystemInfoService _systemInfoService;