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