Fixed CORS and trait issue Kratos
This commit is contained in:
@@ -45,6 +45,7 @@ const SignupForm: FC = () => {
|
||||
password: data.password,
|
||||
traits: {
|
||||
email: data.email,
|
||||
username: data.username,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user