We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9d93c commit e5af588Copy full SHA for e5af588
ui/api/kratos.ts
@@ -19,7 +19,7 @@ export async function loginIdentifierFirst(
19
flow?: { id?: string; return_to?: string }
20
) {
21
const res = await fetch(
22
- `/api/kratos/self-service/login/id-first?flow=${encodeURIComponent(flowId)}`,
+ `/self-service/login/id-first?flow=${encodeURIComponent(flowId)}`,
23
{
24
method: "POST",
25
headers: {
0 commit comments