update GitHub in use error message copy

pull/5941/head
Quincy Larson 2016-01-09 00:55:01 -06:00 committed by Berkeley Martinez
parent 649cfb72f8
commit 6233f66411
1 changed files with 2 additions and 5 deletions

View File

@ -53,11 +53,8 @@ export default function({ models }) {
return Observable.throw( return Observable.throw(
new Error( new Error(
dedent` dedent`
It looks like you already have an account associated with that sign in method. Your GitHub is already associated with another account. You may have accidentally created a duplicate account.
Here's what you can do: 1) Sign out of this account. 2) Use that sign in No worries, though. We can fix this real quick. Please email us with your GitHub username: team@freecodecamp.com.
method to sign into your other account. 3) Delete that account.
4) Then sign back into this account and you'll be able to link it here.
If you need help, send us an email at team@freecodecamp.com.
`.split('/n').join(' ') `.split('/n').join(' ')
) )
); );