We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acadecd commit 77d4c53Copy full SHA for 77d4c53
1 file changed
aspnetcore/security/authentication/mfa.md
@@ -147,7 +147,7 @@ namespace IdentityStandaloneMfa
147
Because the Identity service setup changed in the `Startup` class, the layouts of the Identity need to be updated:
148
149
* Scaffold the Identity pages into the app.
150
-* Define the layout in the _Identity/Account/Manage/_Layout.cshtml_ file.
+* Define the layout in the _Identity/Account/Manage/\_Layout.cshtml_ file.
151
152
```cshtml
153
@{
0 commit comments