|
|
@@ -25,6 +25,7 @@ import UserStore from '../../stores/UserStore';
|
|
|
import NotificationActions from '../../actions/NotificationActions';
|
|
|
import LoadingIcon from '../LoadingIcon';
|
|
|
import withViewport from '../withViewport.js';
|
|
|
+import {loginButtons} from '../../config.js';
|
|
|
|
|
|
const title = 'Log In';
|
|
|
const coriolisTextSvg = `
|
|
|
@@ -74,13 +75,6 @@ const footerLogoSvg = `
|
|
|
</g>
|
|
|
</svg>`
|
|
|
const origin = ""
|
|
|
-const loginButtons = [
|
|
|
- {
|
|
|
- name: "Google",
|
|
|
- id: "google",
|
|
|
- url: ``
|
|
|
- }
|
|
|
-]
|
|
|
|
|
|
export class LoginPage extends Reflux.Component {
|
|
|
|