mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix: typo in the error message
This commit is contained in:
parent
75ac5962e0
commit
e35fbef5d1
@ -60,11 +60,11 @@ export default function(UserIdent) {
|
||||
.flatMap(user => {
|
||||
if (!user) {
|
||||
throw wrapHandledError(
|
||||
new Error('could not find or create an user'),
|
||||
new Error('could not find or create a user'),
|
||||
{
|
||||
message: dedent`
|
||||
Oops... something is not right. We could not find create
|
||||
an user with that email.
|
||||
Oops... something is not right. We could not find or create a
|
||||
user with that email.
|
||||
`,
|
||||
type: 'info',
|
||||
redirectTo: '/'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user