Commit e87fddb0 authored by ajlarrosa's avatar ajlarrosa

Avances

parent ade3f7ee
This diff is collapsed.
...@@ -53,7 +53,6 @@ const Signin = (props: RouteComponentProps) => { ...@@ -53,7 +53,6 @@ const Signin = (props: RouteComponentProps) => {
const { t } = useTranslation(['signin']); const { t } = useTranslation(['signin']);
const doSignin = (data: Record<string, string>) => { const doSignin = (data: Record<string, string>) => {
console.log(data);
Utils.axiosInstance Utils.axiosInstance
.post(Utils.loadUrl(apiRouters.router.sign_in, null), { .post(Utils.loadUrl(apiRouters.router.sign_in, null), {
// _xsrf: Utils.base64Decode(xsrf.split("|")[0]), // todo // _xsrf: Utils.base64Decode(xsrf.split("|")[0]), // todo
......
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