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
My app works only if I change line 23 of provider.js to "email": email instead of "email": hashEmail(email). I seem to recall the code working without this change a few days ago. Does anybody know if boxcar changed their api to not accept hashed emails? Or am I perhaps doing something wrong?
The text was updated successfully, but these errors were encountered:
My app works only if I change line 23 of provider.js to
"email": email
instead of"email": hashEmail(email)
. I seem to recall the code working without this change a few days ago. Does anybody know if boxcar changed their api to not accept hashed emails? Or am I perhaps doing something wrong?The text was updated successfully, but these errors were encountered: