Add credentials TOTP code scaffolding (#181)

This commit is contained in:
Leendert de Borst
2025-03-10 14:21:10 +01:00
committed by Leendert de Borst
parent e07a35b214
commit 61a88e6715
13 changed files with 990 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ builder.Services.AddScoped<GlobalLoadingService>();
builder.Services.AddScoped<KeyboardShortcutService>();
builder.Services.AddScoped<JsInteropService>();
builder.Services.AddScoped<EmailService>();
builder.Services.AddScoped<TotpCodeService>();
builder.Services.AddSingleton<ClipboardCopyService>();
builder.Services.AddScoped<ConfirmModalService>();