Skip to content
Snippets Groups Projects
Commit 48cf17a9 authored by lfr20's avatar lfr20
Browse files

hot fixes

parent 7881b8f7
Branches
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ export default function PasswordRecoveryPage (props) { ...@@ -48,7 +48,7 @@ export default function PasswordRecoveryPage (props) {
const payload = { const payload = {
"email" : formEmail.value, "email" : formEmail.value,
"redirect_url" : "http://localhost:4000/recuperar-senha/alterar-senha" // ### arrumar "https://plataformaintegrada.mec.gov.br/recuperar-senha/alterar-senha" "redirect_url" : "https://plataformaintegrada.mec.gov.br/recuperar-senha/alterar-senha" // ### arrumar "https://plataformaintegrada.mec.gov.br/recuperar-senha/alterar-senha"
} }
postRequest(url, payload, handleSuccessfulSubmit, (error) => {console.log(error)}) postRequest(url, payload, handleSuccessfulSubmit, (error) => {console.log(error)})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment