0
Fork 0
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:
simeng-li 2024-06-30 18:38:40 +08:00
parent 85bd203c7d
commit 646dc7c1b0
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075

View file

@ -220,7 +220,7 @@ public class WebSecurityConfig {
</Step> </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) (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>
<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: Create a new controller to handle the user page: