Skip to content
Snippets Groups Projects
Commit a8166e7e authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

ready for testing

parent 420f795a
Branches
No related tags found
No related merge requests found
......@@ -24,10 +24,15 @@ import styled from 'styled-components'
import {device} from './device.js'
import LabeledCheckbox from './Checkbox.js'
import FormInput from "./FormInput.js"
import axios from 'axios'
import {apiUrl} from '../env';
//arrumar isso
const responseGoogle = (response) => {
console.log(response);
axios.post((`${apiUrl}/auth/google_oauth2`), response).then(
(response) => {console.log(response.data)},
(error) => {console.log(error)}
)
}
class LoginContainer extends Component {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment