0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix: setup warning

This commit is contained in:
wangsijie 2022-11-29 16:49:31 +08:00
parent 3b52af56e0
commit 0c8c46ec03
No known key found for this signature in database
GPG key ID: 1EA50084233D66BE

View file

@ -16,7 +16,7 @@ const SignInExperienceSetupNotice = () => {
update,
} = useUserPreferences();
if (!connectors || connectors.length > 0 || connectorSieNoticeConfirmed) {
if (!connectors || connectors.length === 0 || connectorSieNoticeConfirmed) {
return null;
}