4
0
forked from crowetic/commerce

Update handle-login.ts

This commit is contained in:
cond0r 2021-02-05 12:48:22 +02:00
parent 41b14e55c3
commit 1384a88440

View File

@ -22,7 +22,7 @@ const handleLogin = (data: any) => {
if (errors && errors.length) {
throw new ValidationError({
message: errors[0],
message: getErrorMessage(errors[0]),
})
}