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:
parent
3b52af56e0
commit
0c8c46ec03
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const SignInExperienceSetupNotice = () => {
|
|||
update,
|
||||
} = useUserPreferences();
|
||||
|
||||
if (!connectors || connectors.length > 0 || connectorSieNoticeConfirmed) {
|
||||
if (!connectors || connectors.length === 0 || connectorSieNoticeConfirmed) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue