Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

authenticator shows dots only #292

Open
umarashraf12 opened this issue Feb 28, 2018 · 1 comment
Open

authenticator shows dots only #292

umarashraf12 opened this issue Feb 28, 2018 · 1 comment

Comments

@umarashraf12
Copy link

pleas coment the solution for this

@mymindstorm
Copy link
Collaborator

Go to the "Import / Export" menu. You should check the value of "index": and make sure that it increments by one (starting from 0). E.g.: {"secret1": {"index":0}, "secret2": {"index":0}, "secret3": {"index":2}} should be corrected to {"secret1": {"index":0}, "secret2": {"index":1}, "secret3": {"index":2}}. Then open and close edit mode to make sure it updates.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants