0
SRTMDEV created
- What is your product version? -> 8.6.0
- What is your product type (Angular or MVC)? -> Angular
I want to customize user friendly exceptions which are thrown where user login using abp authentication method. I don't want to display error message in popup(alert).
1 Answer(s)
-
0
Hi @SRTMDEV
You can create your own implementation of https://github.com/aspnetboilerplate/abp-ng2-module/blob/master/projects/abp-ng2-module/src/lib/interceptors/abp-http-configuration.service.ts and replace the default one in your project.