mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
fix(ui): cr fix
cr fix
This commit is contained in:
parent
1eb9e6fdec
commit
abf5a28eb9
1 changed files with 0 additions and 4 deletions
|
@ -99,10 +99,6 @@ export const verifySignInEmailPasscode = async (
|
||||||
code: string,
|
code: string,
|
||||||
socialToBind?: string
|
socialToBind?: string
|
||||||
) => {
|
) => {
|
||||||
type Response = {
|
|
||||||
redirectTo: string;
|
|
||||||
};
|
|
||||||
|
|
||||||
const result = await api
|
const result = await api
|
||||||
.post(`${apiPrefix}/passwordless/email/verify`, {
|
.post(`${apiPrefix}/passwordless/email/verify`, {
|
||||||
json: {
|
json: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue