Skip to content

Commit

Permalink
fix: change authentication URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmacdonald committed Jun 3, 2019
1 parent 5723f6a commit e30dbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authenticate.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import cwrcGit from 'cwrc-git-server-client';
import React, {Component, Fragment} from 'react'
import { Modal, Button, Label } from 'react-bootstrap';

const authenticateURL = 'http://localhost:3000/github/authenticate';
const authenticateURL = '/github/authenticate';

function isAuthenticated() {
return Cookies.get('cwrc-token') !== undefined;
Expand Down

0 comments on commit e30dbb3

Please sign in to comment.