Fix lint errors
This commit is contained in:
@ -53,8 +53,10 @@ export default function({ models }) {
|
|||||||
return Observable.throw(
|
return Observable.throw(
|
||||||
new Error(
|
new Error(
|
||||||
dedent`
|
dedent`
|
||||||
Your GitHub is already associated with another account. You may have accidentally created a duplicate account.
|
Your GitHub is already associated with another account.
|
||||||
No worries, though. We can fix this real quick. Please email us with your GitHub username: team@freecodecamp.com.
|
You may have accidentally created a duplicate account.
|
||||||
|
No worries, though. We can fix this real quick.
|
||||||
|
Please email us with your GitHub username: team@freecodecamp.com.
|
||||||
`.split('/n').join(' ')
|
`.split('/n').join(' ')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user