Fix Identity.md

pull/12963/head
afresh 3 years ago
parent 346f06f7b7
commit 0a0b4b0f06

@ -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"
});
```

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

Loading…
Cancel
Save