Merge branch 'master' of github.com:nickzuber/meteorite

This commit is contained in:
Nicholas Zuber 2018-11-07 23:51:59 -05:00
commit 38f5db20a3
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"build": "node scripts/build.js && cp build/index.html build/200.html",
"test": "node scripts/test.js"
},
"eslintConfig": {

View File

@ -1,7 +1,7 @@
import React from 'react';
const CLIENT_ID = '9478c90e57ef3d546ef0';
const REDIRECT_URI = 'http://localhost:9008/login';
const REDIRECT_URI = 'https://meteorite.surge.sh/login';
const SCOPES = 'notifications';
const AuthenticationButton = props => (