added the option to change the wallet's password

This commit is contained in:
2025-04-26 10:34:15 +03:00
committed by Nicola Benaglia
parent a81910cf3d
commit 5030723285
10 changed files with 302 additions and 134 deletions

View File

@@ -693,7 +693,7 @@ export const NotAuthenticated = ({
visibility: importedApiKey ? 'visible' : 'hidden',
}}
>
{t('auth:apikey.key', { postProcess: 'capitalize' })}: $
{t('auth:apikey.key', { postProcess: 'capitalize' })}:{' '}
{importedApiKey}
</Typography>
</>