starcoinorg / starmask-extension

A blockchain wallet browser extension for starcoin
Apache License 2.0
35 stars 15 forks source link

The account name will be reset every time log in #62

Closed geometryolife closed 2 years ago

geometryolife commented 2 years ago

After trying to log in multiple times, the account name will be reset to Account[number] every time. Is it possible to set it to not reset?

jolestar commented 2 years ago

How to reproduce this bug? can you record a video for this?

geometryolife commented 2 years ago

How to reproduce this bug? can you record a video for this?

d

geometryolife commented 2 years ago

How to reproduce this bug? can you record a video for this?

I did a test, I set the three account names in the wallet as Tom, Bob and Alice, and then reset to Account1, Account2 and Account3 after logging in again.

jolestar commented 2 years ago

How to reproduce this bug? can you record a video for this?

I did a test, I set the three account names in the wallet as Tom, Bob and Alice, and then reset to Account1, Account2 and Account3 after logging in again.

The name is saved to extension local storage if you remove the extension, will be lost the name, but the address is kept. This is not a bug.

geometryolife commented 2 years ago

How to reproduce this bug? can you record a video for this?

I did a test, I set the three account names in the wallet as Tom, Bob and Alice, and then reset to Account1, Account2 and Account3 after logging in again.

The name is saved to extension local storage if you remove the extension, will be lost the name, but the address is kept. This is not a bug.

Okay, I got it.