mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-20 07:39:07 -04:00
Add log truncate buttons to admin (#180)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
using AliasVault.Client;
|
||||
using AliasVault.Client.Providers;
|
||||
using AliasVault.RazorComponents.Services;
|
||||
using Blazored.LocalStorage;
|
||||
using Microsoft.AspNetCore.Components.Authorization;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
@@ -72,6 +73,7 @@ builder.Services.AddScoped<KeyboardShortcutService>();
|
||||
builder.Services.AddScoped<JsInteropService>();
|
||||
builder.Services.AddScoped<EmailService>();
|
||||
builder.Services.AddSingleton<ClipboardCopyService>();
|
||||
builder.Services.AddScoped<ConfirmModalService>();
|
||||
|
||||
builder.Services.AddAuthorizationCore();
|
||||
builder.Services.AddBlazoredLocalStorage();
|
||||
|
||||
Reference in New Issue
Block a user