Browse Source

Fix Identity.md

pull/12963/head
afresh 4 years ago
parent
commit
0a0b4b0f06
  1. 4
      docs/en/Modules/Identity.md
  2. 4
      docs/zh-Hans/Modules/Identity.md

4
docs/en/Modules/Identity.md

@ -105,8 +105,8 @@ You can inject and use `IdentitySecurityLogManager` or `ISecurityLogManager` to
```cs
await IdentitySecurityLogManager.SaveAsync(new IdentitySecurityLogContext()
{
Identity = "IdentityServer";
Action = "ChangePassword";
Identity = "IdentityServer",
Action = "ChangePassword"
});
```

4
docs/zh-Hans/Modules/Identity.md

@ -105,8 +105,8 @@
```cs
await IdentitySecurityLogManager.SaveAsync(new IdentitySecurityLogContext()
{
Identity = "IdentityServer";
Action = "ChangePassword";
Identity = "IdentityServer",
Action = "ChangePassword"
});
```

Loading…
Cancel
Save