more users stuff

This commit is contained in:
2025-01-14 22:47:04 -05:00
parent f8b8f7c819
commit d909bd33a8
5 changed files with 43 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ export default function RegistrationForm() {
try {
// Add your registration API call here
console.log('Form submitted:', formData)
router.push('/login') // Redirect to login after successful registration
router.push('/signin') // Redirect to login after successful registration
} catch (err) {
setError('Failed to register user')
}