@frontegg/rest-api
Advanced tools
Comparing version 3.0.124 to 3.0.125
@@ -214,3 +214,3 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
export async function verifyMFAEmailCode(body) { | ||
return Post(`${urls.identity.users.v1}/user/mfa/emailcode/verify`, body); | ||
return Post(`${urls.identity.auth.v1}/user/mfa/emailcode/verify`, body); | ||
} | ||
@@ -217,0 +217,0 @@ export async function preEnrollMFASMSForLogin(body) { |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.0.124 | ||
/** @license Frontegg v3.0.125 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -560,3 +560,3 @@ "use strict"; | ||
async function verifyMFAEmailCode(body) { | ||
return (0, _fetch.Post)(`${_constants.urls.identity.users.v1}/user/mfa/emailcode/verify`, body); | ||
return (0, _fetch.Post)(`${_constants.urls.identity.auth.v1}/user/mfa/emailcode/verify`, body); | ||
} | ||
@@ -563,0 +563,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.0.124 | ||
/** @license Frontegg v3.0.125 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.0.124", | ||
"version": "3.0.125", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
345639