Handle JSONified errors while registering
Compare changes
+ 1
− 10
@@ -3,7 +3,6 @@ import oauthApi from '../services/new_api/oauth.js'
@@ -382,16 +381,8 @@ const users = {
Closes #617 (closed)
I'm pretty sure this is not a good solution, but I did check all the errors I could find while looking through TwitterAPI.register_user
and I don't think I saw any cases where this would fail.