Angular - Fixing impersonation check error for lepton theme #19570
BackDescription
Resolves #19568
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
- You need to run
yarn copy-to:app-pro
underabp > npm > ng-packs
directory. - Then, you should change the theme under
abp > templates > app-pro > angular
by runningyarn ng g @abp/ng.schematics:change-theme --name 2 --target-project MyProjectName
command