diff --git a/frontend/src/components/dashboard/DidDocumentContent.svelte b/frontend/src/components/dashboard/DidDocumentContent.svelte index 3470e1b..084486f 100644 --- a/frontend/src/components/dashboard/DidDocumentContent.svelte +++ b/frontend/src/components/dashboard/DidDocumentContent.svelte @@ -150,7 +150,7 @@ {vm.publicKeyMultibase} - @@ -194,7 +194,7 @@ {#each alsoKnownAs as handle}
  • {handle} -
  • @@ -245,171 +245,3 @@ {/if} - - diff --git a/frontend/src/components/dashboard/SecurityContent.svelte b/frontend/src/components/dashboard/SecurityContent.svelte index 101674e..8c95447 100644 --- a/frontend/src/components/dashboard/SecurityContent.svelte +++ b/frontend/src/components/dashboard/SecurityContent.svelte @@ -631,8 +631,8 @@ {#if editingPasskeyId === passkey.id}
    - - + +
    {:else}
    @@ -645,9 +645,9 @@
    - + {#if hasPassword || passkeys.length > 1} - + {/if}
    {/if} @@ -690,7 +690,7 @@

    {$_('security.regenerateBackupCodes')}

    {$_('security.regenerateConfirm')}

    -
    +
    -
    +

    {$_('security.disableTotp')}

    {$_('security.disableTotpWarning')}

    -
    +
    -
    +

    {$_('security.changePassword')}

    -
    +
    -
    +
    -
    +

    {$_('security.setPassword')}

    -
    +
    -
    +
    {:else} {device.friendlyName || parseUserAgent(device.userAgent)} - {/if} @@ -1109,620 +1109,3 @@ onSuccess={handleReauthSuccess} onCancel={handleReauthCancel} /> - - diff --git a/frontend/src/components/dashboard/SessionsContent.svelte b/frontend/src/components/dashboard/SessionsContent.svelte index 6ae5f12..82691ba 100644 --- a/frontend/src/components/dashboard/SessionsContent.svelte +++ b/frontend/src/components/dashboard/SessionsContent.svelte @@ -127,7 +127,7 @@
    - + {#if sessions.filter(s => !s.isCurrent).length > 0} - + {/if}
    {/if}
    - -