fixed message system bleeding messages on interactive mode to other authenticated users (ups)
This commit is contained in:
parent
6051328424
commit
cc00bf5cb3
|
@ -253,7 +253,7 @@
|
|||
logger.Warning("No email provider configured.");
|
||||
}
|
||||
|
||||
builder.Services.AddSingleton<IMessageDisplay, MessageService>();
|
||||
builder.Services.AddScoped<IMessageDisplay, MessageService>();
|
||||
builder.Services.AddSingleton<FileSystemService>();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue