Hey guys, I’m new to kratos (new to Ory in general), I have a setup of Hydra, Kratos and using the https://github.com/ory/kratos-selfservice-ui-react-nextjs UI running. All my flows are working great. I only have the problem that when I want to add confirm password column on register page. I found a possible solution with Identity schema, but I am not sure how to proceed.
Did I actually have to change the UI node reference implementation or just some configuration in Kratos/Hydra to add another column on register page simultaneously?
Here is my code: https://codesandbox.io/p/sandbox/winter-dust-s2cq3v?file=/config/identity.schema.json:34,32
Thanks in advance.