Base solution for your next web application

Activities of "lminmei"

which js file would I place that code at? when there is a login error (which is handled by the ASP.NET AccountController.cs), the AccountController will throw the new UserFriendlyException("login error") and which a js alert is activated before the error event handler in the login.js file. so i'm not sure where to put that block of code to override the default abp error handler.

Is it possible to turn off the "UserFriendlyExceptions" on login errors? I want to be able to use Angular to process these errors on the login.js page

Showing 1 to 2 of 2 entries