mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Fix lint errors
This commit is contained in:
parent
93ebfd4515
commit
17eaed7f99
@ -53,8 +53,10 @@ export default function({ models }) {
|
||||
return Observable.throw(
|
||||
new Error(
|
||||
dedent`
|
||||
Your GitHub is already associated with another account. 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.
|
||||
Your GitHub is already associated with another account.
|
||||
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(' ')
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user