Skip to content

Commit d483f88

Browse files
committed
Updates
1 parent 589da6c commit d483f88

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

aspnetcore/blazor/security/qrcodes-for-authenticator-apps.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ For an introduction to two-factor authentication (2FA) with authenticator apps u
2020
2121
## Scaffold the Enable Authenticator component into the app
2222

23-
Follow the guidance in <xref:security/authentication/scaffold-identity#scaffold-identity-into-a-blazor-project> to scaffold Identity components into the app, including the `EnableAuthenticator` component (`Pages\Manage` folder).
23+
Follow the guidance in <xref:security/authentication/scaffold-identity#scaffold-identity-into-a-blazor-project> to scaffold `Pages\Manage\EnableAuthenticator` into the app.
24+
25+
<!-- UPDATE 9.0 Update NOTE per followup on the issue -->
26+
27+
> [!NOTE]
28+
> Although only the `EnableAuthenticator` component is selected for scaffolding in this example, scaffolding currently adds all of the Identity components to the app. Additionally, exceptions may be thrown during the process of scaffolding into the app. If exceptions occur when database migrations occur, stop the app and restart the app on each exception. For more information, see [Scaffolding exceptions for Blazor Web App (`dotnet/Scaffolding` #2694)](https://github.com/dotnet/Scaffolding/issues/2694).
2429
2530
Be patient while migrations are executed. Depending on the speed of the system, it can take up to a minute or two for database migrations to finish.
2631

0 commit comments

Comments
 (0)