Hey all, I am implementing a custom node app ui fo...
# ory-selfhosting
l
Hey all, I am implementing a custom node app ui for kratos. For some weird reason, in the registration flow. When it asks you to set the password - the back button on that card does not work if a password has not been entered into the form. I doubt that this is intentntional. Can anybody share a guess as to what I may be missing here, to get the back button working? https://gist.github.com/randohinn/58534c774282bdff14904b3c21aa9926 Right now this renders
<button class="bg-ahhaa text-white block rounded-md mt-2 px-4 py-1.5 font-medium w-auto" name="method" value="profile:back"> Back</button>
m
l
a rewrite based on the ui-node
Did this shine any light on my issue?