fix(SW-360): Added test for edit profile form
This commit is contained in:
committed by
Pontus Dreij
parent
3872664d1d
commit
367cab27ab
@@ -67,6 +67,11 @@ export default function Form() {
|
||||
<form
|
||||
className={styles.form}
|
||||
id="register"
|
||||
/**
|
||||
* Ignoring since ts doesn't recognize that tRPC
|
||||
* parses FormData before reaching the route
|
||||
* @ts-ignore */
|
||||
action={registerUser}
|
||||
onSubmit={methods.handleSubmit(handleSubmit)}
|
||||
>
|
||||
<section className={styles.user}>
|
||||
|
||||
Reference in New Issue
Block a user