0
Fork 0
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:
Gao Sun 2023-09-04 15:27:31 +08:00
parent 1c0fe49be9
commit d1be138cad
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -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>
)}