-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add otpauth migration support #560
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I haven't had the time to test this just yet. I will open an issue later if I find anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works perfectly, although it was not easy to get the QR onto my computer. It's a bit odd that only the import page allows this type of import, can we make this work via normal QR scanning?
The QR code should be captured from mobile App, and transferred to computer. So I think it should be a local image file. Because we have already removed |
There are some situations where this could happen, e.g. the screenshot is uploaded to Google drive and scanned in from the preview. |
Make sense. I will update the PR to add this feature. |
I will make another PR for scanning migration QR code. Closing this one. |
#555