Add log truncate buttons to admin (#180)

This commit is contained in:
Leendert de Borst
2024-09-01 17:11:52 +02:00
parent df72068e5c
commit eca61933bf
22 changed files with 511 additions and 59 deletions

View File

@@ -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();