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

fix(console): adding social connector should complete corresponding get-started task

This commit is contained in:
Charles Zhao 2022-06-29 16:31:26 +08:00
parent f72b21d160
commit 8797c2d9d5
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

@ -107,6 +107,7 @@ const useGetStartedMetadata = ({ checkDemoAppExists }: Props) => {
subtitle: 'get_started.card5_subtitle',
icon: isLightMode ? OneClick : OneClickDark,
buttonText: 'admin_console.general.set_up',
isComplete: settings?.configureSocialSignIn,
onClick: () => {
navigate('/connectors/social');
},