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} - removeVerificationMethod(vm.id)}> + removeVerificationMethod(vm.id)}> {$_('didEditor.removeKey')} @@ -194,7 +194,7 @@ {#each alsoKnownAs as handle} {handle} - removeHandle(handle)}> + removeHandle(handle)}> {$_('didEditor.removeHandle')} @@ -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} - {$_('common.save')} - {$_('common.cancel')} + {$_('common.save')} + {$_('common.cancel')} {:else} @@ -645,9 +645,9 @@ - startEditPasskey(passkey)}>{$_('security.rename')} + startEditPasskey(passkey)}>{$_('security.rename')} {#if hasPassword || passkeys.length > 1} - handleDeletePasskey(passkey.id)}>{$_('security.deletePasskey')} + handleDeletePasskey(passkey.id)}>{$_('security.deletePasskey')} {/if} {/if} @@ -690,7 +690,7 @@ {$_('security.regenerateBackupCodes')} {$_('security.regenerateConfirm')} - + {$_('security.password')} - + {$_('security.totpCode')} {$_('security.disableTotp')} {$_('security.disableTotpWarning')} - + {$_('security.password')} - + {$_('security.totpCode')} {$_('security.changePassword')} - + {$_('security.currentPassword')} - + {$_('security.newPassword')} - + {$_('security.confirmPassword')} {$_('security.setPassword')} - + {$_('security.newPassword')} - + {$_('security.confirmPassword')} handleUnlinkAccount(account.id)} disabled={unlinkingId === account.id} > @@ -1064,7 +1064,7 @@ {:else} {device.friendlyName || parseUserAgent(device.userAgent)} - startEditDevice(device)} title={$_('security.rename')}> + startEditDevice(device)} title={$_('security.rename')}> ✎ {/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 @@ revokeSession(s.id, s.isCurrent)} > @@ -137,176 +137,10 @@ {/each} - {$_('common.refresh')} + {$_('common.refresh')} {#if sessions.filter(s => !s.isCurrent).length > 0} - {$_('sessions.revokeAll')} + {$_('sessions.revokeAll')} {/if} {/if} - -
{vm.publicKeyMultibase}
{$_('security.regenerateConfirm')}
{$_('security.disableTotpWarning')}