This pull request fixes issue #309, where the signup form was misaligned and shifted to the right side of the page, leaving an empty div element on the left. The following changes have been made to correct this issue:
Modified app/(auth)/register/page.tsx to ensure proper alignment of the signup form.
To Reproduce
Expected Behavior
After the fix, the signup form should remain centered on the page when the 'Signup' button is clicked, just like the login form.
Description
This pull request fixes issue #309, where the signup form was misaligned and shifted to the right side of the page, leaving an empty div element on the left. The following changes have been made to correct this issue:
app/(auth)/register/page.tsx
to ensure proper alignment of the signup form.To Reproduce
Expected Behavior
After the fix, the signup form should remain centered on the page when the 'Signup' button is clicked, just like the login form.