0
Fork 0
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:
simeng-li 2022-10-14 16:04:31 +08:00
parent 1eb9e6fdec
commit abf5a28eb9
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075

View file

@ -99,10 +99,6 @@ export const verifySignInEmailPasscode = async (
code: string,
socialToBind?: string
) => {
type Response = {
redirectTo: string;
};
const result = await api
.post(`${apiPrefix}/passwordless/email/verify`, {
json: {