fix issues

This commit is contained in:
makwanar587
2021-12-01 14:46:25 +05:30
parent f3dad8d48b
commit e22f60ff16
5 changed files with 27 additions and 4 deletions

View File

@ -140,6 +140,10 @@ export const showError = (error) => {
showToaster('errors.not_allowed')
break
case 'Email could not be sent to this email address.':
showToaster('errors.email_could_not_be_sent')
break
default:
showToaster(error, false)
break