Fixed CORS and trait issue Kratos

This commit is contained in:
2022-10-21 01:27:02 +02:00
parent 4d92bc3e86
commit bfdc915631
4 changed files with 22 additions and 3 deletions

1
client/.env.sample Normal file
View File

@ -0,0 +1 @@
ORY_SDK_URL=http://localhost:4433

View File

@ -45,6 +45,7 @@ const SignupForm: FC = () => {
password: data.password,
traits: {
email: data.email,
username: data.username,
},
})
}