fix: handle error objects just containing error string arrays
Django rest framework would sometimes return objects like this { "email": ["Gib eine gültige E-Mail Adresse an."] } which we didn’t properly handle.
Please register or sign in to comment