Functioning login process.
This commit is contained in:
@@ -14,9 +14,7 @@ import initialState from "../graphql/initial-state";
|
||||
import JobListContainer from "../components/job-list/job-list.container";
|
||||
|
||||
//Todo: Issue with this line. Not sure why.
|
||||
const graphqlEndpoint =
|
||||
process.env.REACT_APP_GRAPHQL_ENDPOINT ||
|
||||
"https://bodyshop-dev-db.herokuapp.com/v1/graphql";
|
||||
const graphqlEndpoint = process.env.REACT_APP_GRAPHQL_ENDPOINT;
|
||||
|
||||
export default function App({ authState }) {
|
||||
const isIn = authState.status === "in";
|
||||
|
||||
Reference in New Issue
Block a user