We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd19c5 commit 8372d08Copy full SHA for 8372d08
src/services/auth.service.js
@@ -3,8 +3,8 @@ import axios from 'axios';
3
// eslint-disable-next-line max-len
4
const API_URL = `${process.env.GATSBY_WORKSHOPCHALLENGE_API_ENDPOINT}/api/login`;
5
const data = {
6
- username: process.env.GATSBY_USERNAME,
7
- password: process.env.GATSBY_PASSWORD,
+ username: '',
+ password: '',
8
};
9
const options = {
10
headers: {
0 commit comments