mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore(console): rename the section title
rename the section title
This commit is contained in:
parent
85bd203c7d
commit
646dc7c1b0
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue