fix: typo in the error message
This commit is contained in:
@@ -60,11 +60,11 @@ export default function(UserIdent) {
|
|||||||
.flatMap(user => {
|
.flatMap(user => {
|
||||||
if (!user) {
|
if (!user) {
|
||||||
throw wrapHandledError(
|
throw wrapHandledError(
|
||||||
new Error('could not find or create an user'),
|
new Error('could not find or create a user'),
|
||||||
{
|
{
|
||||||
message: dedent`
|
message: dedent`
|
||||||
Oops... something is not right. We could not find create
|
Oops... something is not right. We could not find or create a
|
||||||
an user with that email.
|
user with that email.
|
||||||
`,
|
`,
|
||||||
type: 'info',
|
type: 'info',
|
||||||
redirectTo: '/'
|
redirectTo: '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user