fix(SW-104): use relative url for initiation

This commit is contained in:
Michael Zetterberg
2024-08-21 15:14:24 +02:00
parent 8109148bc5
commit 63ce8a2dfb
5 changed files with 4 additions and 17 deletions
+2 -2
View File
@@ -554,8 +554,8 @@ export const userQueryRouter = router({
},
body: {
language: input.language,
mobileToken: input.mobileToken,
redirectUrl: input.redirectUrl,
mobileToken: false,
redirectUrl: `api/web/add-card-callback/${input.language}`,
},
})