Hi
In my app I use custom authentication. This works great. The only problem is, that when a user enters wrong credentials, the in app browser is shown instead the failure function is called. How can I fix this issue?
the code looks like this:
Ionic.Auth.login('custom', authOptions, data) .then(function () { ... }, function () { alert('Anmeldung fehlgeschlagen'); $scope.closeLogin(); });
Best regards
Roger