mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
ChannelPrefix
This commit is contained in:
@@ -63,6 +63,7 @@ namespace Bit.Notifications
|
||||
options =>
|
||||
{
|
||||
options.Configuration.ClientName = "Notifications";
|
||||
options.Configuration.ChannelPrefix = "Notifications";
|
||||
});
|
||||
}
|
||||
services.AddSingleton<IUserIdProvider, SubjectUserIdProvider>();
|
||||
|
||||
Reference in New Issue
Block a user