You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(error){if(_.isObject(error.details)){// If error.details is an object, we may try to set fields errors from it_.each(error.details,function(error,fieldId){AccountsTemplates.getField(fieldId).setError(error);});}
when error look like this
"error":{"error":"too-many-requests","reason":"Error, too many requests. Please slow down. You must wait 9 seconds before trying again.","details":{"timeToReset":8361},..
getField(fieldId) is undefined
If you quickly press on the button with the wrong login credentials, you got app crash 👎
The text was updated successfully, but these errors were encountered:
Crashing at this moment
when error look like this
getField(fieldId) is undefined
If you quickly press on the button with the wrong login credentials, you got app crash 👎
The text was updated successfully, but these errors were encountered: