Skip to content

Fix / AccountPersonalize screen issue#2152

Open
sonytooo wants to merge 3 commits intov2from
fix/account-personalize-issue
Open

Fix / AccountPersonalize screen issue#2152
sonytooo wants to merge 3 commits intov2from
fix/account-personalize-issue

Conversation

@sonytooo
Copy link
Copy Markdown
Collaborator

@sonytooo sonytooo self-assigned this Jan 30, 2026
@sonytooo sonytooo added the bug Something isn't working label Jan 30, 2026
@sonytooo sonytooo mentioned this pull request Jan 30, 2026
Comment thread src/controllers/main/main.ts Outdated
@@ -1,5 +1,6 @@
/* eslint-disable @typescript-eslint/brace-style */
import { ethErrors } from 'eth-rpc-errors'
import { v4 as uuidv4 } from 'uuid'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the use-case here, how about if we use nanoid package instead? It's a lot lighter in terms of bundle size (and faster) and shorter random string would do the trick for these sessions (vs whole 16 random bytes).

Comment thread src/controllers/storage/storage.ts Outdated
@@ -1,3 +1,5 @@
import { v4 as uuidv4 } from 'uuid'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants