Skip to content
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

Disable password strength check #1622

Merged
merged 2 commits into from
Jun 14, 2022
Merged

Conversation

0xDaedalus
Copy link
Contributor

@0xDaedalus 0xDaedalus commented Jun 14, 2022

Temporarily disables password strength check while we figure out desired UX

Ref #1329

@0xDaedalus 0xDaedalus self-assigned this Jun 14, 2022
@jagodarybacka
Copy link
Contributor

I thought we wanted to put this behind feature flag 🤔

@0xDaedalus
Copy link
Contributor Author

I think since its 10 lines of code there is not really much worth to adding a feature flag here - once we have a design and way forward we can start iterating on it with a feature flag

@@ -5,7 +5,6 @@ import {
selectDefaultWallet,
} from "@tallyho/tally-background/redux-slices/ui"
import { useHistory } from "react-router-dom"
import zxcvbn from "zxcvbn"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove it from package.json too or nah?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah - good catch

Copy link
Contributor

@henryboldi henryboldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏 👑 🙇

@henryboldi henryboldi merged commit 235e4ee into main Jun 14, 2022
@henryboldi henryboldi deleted the disable-password-strength-check branch June 14, 2022 17:55
@greg-nagy greg-nagy mentioned this pull request Jun 16, 2022
@greg-nagy greg-nagy mentioned this pull request Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants