0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00

Merge pull request #1303 from logto-io/charles-log-3288-fix-adding-social-connector-not-completing-get-started-task

fix(console): adding social connector should complete corresponding get-started task
This commit is contained in:
Charles Zhao 2022-06-30 11:30:02 +08:00 committed by GitHub
commit efe5d04ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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');
},