Hey folks, bit of a newb here. I've created a nice...
# _newcomer
b
Hey folks, bit of a newb here. I've created a nice OryForm Vue Component that uses NuxtUI (hit me up if anyone would like the code to it).... But I am now having an issue with after hooks and registration. On a successful registration I always seem to get
continue_with: null
even though I've configured kratos like so:
Copy code
flows:
    registration:
      after:
        password:
          hooks:
            - hook: show_verification_ui
Any ideas?
sorted,, I'd not set
Copy code
flows:
    verification:
      enabled: true
      lifespan: "1h"
      use: code
      notify_unknown_recipients: false
🙏 1
1