mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
refactor(console): fix comment
This commit is contained in:
parent
1c0fe49be9
commit
d1be138cad
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ function SignInExperience() {
|
|||
<PageTab href="../content" errorCount={getContentErrorCount(errors)}>
|
||||
{t('sign_in_exp.tabs.content')}
|
||||
</PageTab>
|
||||
{/* Uncomment until all the changes are merged */}
|
||||
{/* Remove the `isCloud` check until all the changes are merged */}
|
||||
{isCloud && (
|
||||
<PageTab href="../password-policy">{t('sign_in_exp.tabs.password_policy')}</PageTab>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue