Skip to content

Commit ea136c9

Browse files
Merge pull request #97 from Skywalker-organa/master
Fixed signup page button
2 parents a27abe5 + eec9e4f commit ea136c9

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)