what decides the order of node list returned from ...
# talk-kratos
w
what decides the order of node list returned from kratos api (get registration flow)? right now "sign in with google" comes at the top, so its rendered first, which causes "enter" to trigger oidc submit button, which is annoying when you have written email/pw/name/lastname and click enter and then it just does a google login
m
hey, that makes sense, i could replicate this too with the quickstart setup. I did not see a way to change this in https://github.com/ory/kratos-selfservice-ui-node the button order is I think handled here https://github.com/ory/themes you could create an issue with bug report in the ui-node repo, or if you want to make some changes yourself and are not sure how to continue let me know.