helpful-eve-46197
05/29/2023, 1:57 PMhelpful-piano-29770
05/29/2023, 2:29 PMhelpful-piano-29770
05/29/2023, 2:47 PMhelpful-eve-46197
05/30/2023, 12:57 PMhelpful-piano-29770
05/30/2023, 1:16 PM${KRATOS_BASE_URL}/self-service/login?flow=${flow?.id}
: `${KRATOS_BASE_URL}/self-service/login`;
...
<form action={submitEndpoint} method="POST">
<input
type="text"
name="identifier"
/>
<input
type="password"
name="password"
/>
<input
type="text"
name="method"
defaultValue="password"
/>
<input
type="text"
name="csrf_token"
defaultValue={csrfToken}
/>
<input type="submit" />
</form>
smth like this