We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca4772 commit f5cdacfCopy full SHA for f5cdacf
src/routes/Generate/index.jsx
@@ -99,7 +99,7 @@ const Generate = () => {
99
* Generate passwords
100
*/
101
const generatePasswords = () => {
102
- if (!cannotGenerate) {
+ if (cannotGenerate) {
103
return;
104
}
105
d1(setLoading(true));
src/routes/Home/index.jsx
@@ -74,7 +74,7 @@ const Home = () => {
74
75
76
77
78
79
80
0 commit comments