mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
make google auth work without ejecting from create-react-app
This commit is contained in:
1290
react/package-lock.json
generated
1290
react/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -32,7 +32,8 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-airbnb": "^17.0.0",
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-plugin-import": "^2.13.0",
|
||||
"eslint-plugin-jest": "^21.17.0",
|
||||
|
||||
@@ -68,7 +68,7 @@ class LoginForm extends React.Component {
|
||||
id="googlebutton"
|
||||
variant="raised"
|
||||
onClick={() => {
|
||||
window.location = '/api/users/login/google/';
|
||||
window.location = '/__/users/login/google/';
|
||||
}}
|
||||
>
|
||||
Google
|
||||
|
||||
Reference in New Issue
Block a user