RosettaTechnologies / AnkiBrain

147 stars 20 forks source link

Fix for http 4XX duplicate account creation error toast #15

Closed ynayak31 closed 1 week ago

ynayak31 commented 3 weeks ago

Commented out a line of code within the "fetch" function in "networking.py" to resolve an issue where the server’s response was circumventing AnkiBrain’s error handling when a user attempted to register with an email already linked to an existing account. This modification does not appear to impact any other functionality in the app.