add webauthn support, update deps

This commit is contained in:
_Bastler
2025-12-18 20:56:18 +01:00
parent 522ea848be
commit 1b7593f008
17 changed files with 1166 additions and 729 deletions
+2 -1
View File
@@ -28,7 +28,7 @@ import { ServicesGridComponent } from './ui/servicesgrid/servicesgrid.component'
import { ServicesTableComponent } from './ui/servicestable/servicestable.component';
import { ProfileFieldPgpBlob } from './ui/profilefields/binary/pgp/profilefield.pgp-blob';
import { QuotasComponent } from './ui/quotas/quotas.component';
import { SecurityComponent, SecurityTotpDialog } from './pages/account/security/security.component';
import { SecurityComponent, SecurityKeyDialog, SecurityTotpDialog } from './pages/account/security/security.component';
import { VoucherComponent } from './pages/account/voucher/voucher.component';
import { VoucherDialog } from './pages/account/voucher/voucher.component';
import { InfoComponent } from './pages/account/info/info.component';
@@ -140,6 +140,7 @@ export class XhrInterceptor implements HttpInterceptor {
QuotasComponent,
SecurityComponent,
SecurityTotpDialog,
SecurityKeyDialog,
VoucherComponent,
VoucherDialog,
InfoComponent,