mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
Removed uri for client side oauth (#10058)
* Removed uri for client side oauth * Fixed lint
This commit is contained in:
parent
e7bc505b88
commit
7cff331800
1 changed files with 2 additions and 0 deletions
|
|
@ -241,6 +241,8 @@ export default {
|
|||
hello.init({
|
||||
facebook: process.env.FACEBOOK_KEY, // eslint-disable-line no-process-env
|
||||
google: process.env.GOOGLE_CLIENT_ID, // eslint-disable-line no-process-env
|
||||
}, {
|
||||
redirect_uri: '', // eslint-disable-line
|
||||
});
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue