-
Notifications
You must be signed in to change notification settings - Fork 393
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
Conversation
I thought we wanted to put this behind feature flag 🤔 |
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" |
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.
Remove it from package.json
too or nah?
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.
Ah - good catch
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.
🙏 👑 🙇
Temporarily disables password strength check while we figure out desired UX
Ref #1329