Skip to content

Commit eec9e4f

Browse files
Fixed signup page button
1 parent c0b30cf commit eec9e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/signup/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default function SignupPage() {
145145
<div className="flex justify-center mt-6">
146146
<Button
147147
type="submit"
148-
// disabled={buttonDisabled || loading}
148+
disabled={buttonDisabled || loading}
149149
className={`w-43 h-11 bg-no-repeat bg-center rounded-xl bg-cover flex items-center justify-center
150150
${
151151
buttonDisabled || loading

0 commit comments

Comments
 (0)