Commit f50e37f5 authored by nanahira's avatar nanahira

fix

parent 4481f62d
Pipeline #28204 passed with stages
in 2 minutes and 20 seconds
...@@ -11,6 +11,7 @@ export async function forgot(params) { ...@@ -11,6 +11,7 @@ export async function forgot(params) {
return request('/forgot', { return request('/forgot', {
method: 'POST', method: 'POST',
body: JSON.stringify(params), body: JSON.stringify(params),
vaptcha: true,
}); });
} }
...@@ -26,7 +27,6 @@ export async function reset(params) { ...@@ -26,7 +27,6 @@ export async function reset(params) {
return request('/reset', { return request('/reset', {
method: 'PATCH', method: 'PATCH',
body: JSON.stringify(params), body: JSON.stringify(params),
vaptcha: true,
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment