diff --git a/client/modules/User/actions.js b/client/modules/User/actions.js index f0708c3c..522e428f 100644 --- a/client/modules/User/actions.js +++ b/client/modules/User/actions.js @@ -1,8 +1,5 @@ -import React from 'react'; import { browserHistory } from 'react-router'; -import ReactDom from 'react-dom'; import axios from 'axios'; -import crypto from 'crypto'; import * as ActionTypes from '../../constants'; import { showErrorModal, justOpenedProject } from '../IDE/actions/ide'; import { showToast, setToastText } from '../IDE/actions/toast'; diff --git a/client/modules/User/components/APIKeyForm.jsx b/client/modules/User/components/APIKeyForm.jsx index 94850099..e4eb8534 100644 --- a/client/modules/User/components/APIKeyForm.jsx +++ b/client/modules/User/components/APIKeyForm.jsx @@ -63,7 +63,11 @@ class APIKeyForm extends React.Component { return (
Personal Access Tokens act like your password to allow automated scripts to access the Editor API. Create a token for each script that needs access.
++ Personal Access Tokens act like your password to allow automated + scripts to access the Editor API. Create a token for each script + that needs access. +
Make sure to copy your new personal access token now. You won’t be able to see it again!
++ Make sure to copy your new personal access token now. + You won’t be able to see it again! +
Link this account with your GitHub account to allow login from both.
++ Link this account with your GitHub account to allow login from both. +