Skip to content

Commit

Permalink
chore(console): rename the section title
Browse files Browse the repository at this point in the history
rename the section title
  • Loading branch information
simeng-li authored and gao-sun committed Jul 1, 2024
1 parent 5dd9ede commit 5c7b105
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public class WebSecurityConfig {

</Step>

<Step title="Create the home page">
<Step title="Create the home page" subtitle="Implement sign-in">

(You may skip this step if you already have a home page in your project)

Expand Down Expand Up @@ -254,7 +254,7 @@ This controller will redirect the user to the user page if the user is authentic

</Step>

<Step title="Create the user page">
<Step title="Create the user page" subtitle="Implement sign-out">

Create a new controller to handle the user page:

Expand Down

0 comments on commit 5c7b105

Please sign in to comment.