The failure callback in DisambiguationAuthenticator.login(String), line 187, replaces the original exception with a new one. This is a problem when trying to figure out why disambiguation failed. Currently it's impossible to tell whether the user pressed the back button or if something else went wrong. Please pass along the original exception when constructing the new one.
The failure callback in DisambiguationAuthenticator.login(String), line 187, replaces the original exception with a new one. This is a problem when trying to figure out why disambiguation failed. Currently it's impossible to tell whether the user pressed the back button or if something else went wrong. Please pass along the original exception when constructing the new one.