Browse Source

Merge pull request #21238 from ajlirap/patch-2

Update impersonation.md
pull/21240/head
maliming 2 years ago
committed by GitHub
parent
commit
d5cbbf88af
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/modules/account/impersonation.md

2
docs/en/modules/account/impersonation.md

@ -71,7 +71,7 @@ No need to do anything here.
#### Web
1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` on your `WebModule`
2. Chnage the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController`
2. Change the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController`
```cs
public class AccountController : AbpAccountImpersonationChallengeAccountController

Loading…
Cancel
Save