-
Notifications
You must be signed in to change notification settings - Fork 5
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
[FEATURE] Autofill pw in dev mode from env #259
Comments
I forgot a couple of places where this should go. Moving back to in progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue to be solved
Chrome extensions don't properly support password managers. In development mode I find I am needing to enter my password many times a day. As the password has restrictions, I am needing to copy paste from a password manager many many times a day.
Suggest A Solution
Use an env variable only on development builds that pre-populate a password. We will need to ensure that when built for production, the build errors if it detects an env variable with a password.
The text was updated successfully, but these errors were encountered: