This commit is contained in:
soupette 2019-09-10 12:33:21 +02:00
parent 55ea54608d
commit 61a22c3a9b

View File

@ -95,7 +95,7 @@ const AuthPage = ({
const body = omit(modifiedData, 'news');
if (authType === 'forgot-password') {
set(body, 'url', `${strapi.backendURL}/admin/auth/reset-password`);
set(body, 'url', `${strapi.remoteURL}/auth/reset-password`);
}
const { jwt, user, ok } = await request(requestURL, {