We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i used an old windows app "winauth" (https://github.com/winauth/winauth) to manage my 2fa code
it can export data to a file like
otpauth://totp/website1?secret=AAAABBBBCCCCDDDD&digits=6&icon=WinAuth otpauth://totp/website2?secret=AAAABBBBCCCCDDDD&digits=6&icon=WinAuth otpauth://totp/website3?secret=AAAABBBBCCCCDDDD&digits=6&icon=WinAuth
how can i import this data to 2fas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question
i used an old windows app "winauth" (https://github.com/winauth/winauth) to manage my 2fa code
it can export data to a file like
how can i import this data to 2fas?
Acknowledgements
The text was updated successfully, but these errors were encountered: