diff --git a/aspnetcore/blazor/tutorials/movie-database-app/index.md b/aspnetcore/blazor/tutorials/movie-database-app/index.md index a842b32b1204..3a4d4b4ddbc0 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/index.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/index.md @@ -29,10 +29,8 @@ At the end of the tutorial, you'll have a Blazor Web App that can display and ma ## Secure authentication flow required for production apps -This tutorial uses a local database that doesn't require user authentication. Production apps should use the most secure authentication flow available. For more information on authentication for deployed test and production Blazor Web Apps, see the following resources: +This tutorial uses a local database that doesn't require user authentication. Production apps should use the most secure authentication flow available. For more information on authentication for deployed test and production Blazor Web Apps, see and the following articles in the *Server* security node: -* -* and the following articles in the *Server* security node * *