diff --git a/docs/guides/src/asciidoc/hellomvc.asc b/docs/guides/src/asciidoc/hellomvc.asc index 79425d343e..0ef4d7f56e 100644 --- a/docs/guides/src/asciidoc/hellomvc.asc +++ b/docs/guides/src/asciidoc/hellomvc.asc @@ -80,16 +80,18 @@ include::hello-includes/exploring-the-secured-application.asc[] ==== Displaying the user name -Now that we have authenticated, let's update the application to display the username. Update main.jsp to contain the following snippet: +Now that we have authenticated, let's update the application to display the username if the user is authenticated. Update main.jsp to contain the following snippet: .src/main/webapp/WEB-INF/decorators/main.jsp [source,html] [subs="verbatim,quotes"] ----