We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a27abe5 + eec9e4f commit ea136c9Copy full SHA for ea136c9
1 file changed
src/app/signup/page.tsx
@@ -145,7 +145,7 @@ export default function SignupPage() {
145
<div className="flex justify-center mt-6">
146
<Button
147
type="submit"
148
- // disabled={buttonDisabled || loading}
+ disabled={buttonDisabled || loading}
149
className={`w-43 h-11 bg-no-repeat bg-center rounded-xl bg-cover flex items-center justify-center
150
${
151
buttonDisabled || loading
0 commit comments