Fixed CORS and trait issue Kratos
This commit is contained in:
1
client/.env.sample
Normal file
1
client/.env.sample
Normal file
@ -0,0 +1 @@
|
||||
ORY_SDK_URL=http://localhost:4433
|
@ -45,6 +45,7 @@ const SignupForm: FC = () => {
|
||||
password: data.password,
|
||||
traits: {
|
||||
email: data.email,
|
||||
username: data.username,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user