Hi all, I am setting 2FA email. When I call ```cur...
# ory-selfhosting
s
Hi all, I am setting 2FA email. When I call
Copy code
curl --request GET \
  --url '<http://127.0.0.1:4455/kratos/self-service/login/browser?aal=aal2&refresh=true>' \
  --header 'accept: application/json' \
  --header 'cookie: {{oryKratosSession}}' \
  --cookie '{{oryKratosSession}}'
I get the response with
Copy code
"messages": [
      {
        "id": 1010003,
        "text": "Please confirm this action by verifying that it is you.",
        "type": "info"
      },
      {
        "id": 1010004,
        "text": "Please complete the second authentication challenge.",
        "type": "info"
      }
    ]
I wonder what is the next step or how can i pass
"Please confirm this action by verifying that it is you."
. Please take a look and help me, thanks all!