Skip to content

Commit

Permalink
fix: AddCustomIdentity in SseServer
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Dec 2, 2024
1 parent 1035c98 commit bceae43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Applications/SseServer/src/SseServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ static void ConfigureServices(IServiceCollection services, IConfiguration config
options.KnownProxies.Clear();
});

services.AddCustomIdentity(environment);

services.AddPushNotifications(parsedConfiguration.Modules.Devices.Infrastructure.PushNotifications);
}

Expand Down

0 comments on commit bceae43

Please sign in to comment.