Skip to content

Commit ffca609

Browse files
Update src/content/docs/identityserver/upgrades/identityserver4-to-duende-identityserver-v7.mdx
Co-authored-by: Maarten Balliauw <[email protected]>
1 parent 34c10fa commit ffca609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/identityserver/upgrades/identityserver4-to-duende-identityserver-v7.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ A couple of compilation errors and required changes you may encounter:
161161
+ if (context.IsNativeClient())
162162
```
163163

164-
* The name `ProcessLoginCallbackForOidc`doesn’t exist in the current context:
164+
* The name `ProcessLoginCallbackForOidc` doesn’t exist in the current context:
165165

166166
```diff lang="csharp" title="*.cs"
167167
- ProcessLoginCallbackForOidc(result, additionalLocalClaims, localSignInProps);

0 commit comments

Comments
 (0)