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

refactor(console): remove onboarding google connector template (#3570)

This commit is contained in:
Xiao Yijun 2023-03-23 22:27:00 +08:00 committed by GitHub
parent 510f6d638b
commit 42c69faeae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 15 deletions

View file

@ -1,6 +0,0 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6 10.2274C19.6 9.51831 19.5364 8.83649 19.4182 8.18195H10V12.0501H15.3818C15.15 13.3001 14.4455 14.3592 13.3864 15.0683V17.5774H16.6182C18.5091 15.8365 19.6 13.2729 19.6 10.2274Z" fill="#4285F4"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.99996 19.9998C12.7 19.9998 14.9636 19.1044 16.6181 17.5771L13.3863 15.068C12.4909 15.668 11.3454 16.0226 9.99996 16.0226C7.39542 16.0226 5.19087 14.2635 4.40451 11.8998H1.0636V14.4908C2.70905 17.7589 6.09087 19.9998 9.99996 19.9998Z" fill="#34A853"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.40455 11.8999C4.20455 11.2999 4.09091 10.659 4.09091 9.99994C4.09091 9.34085 4.20455 8.69994 4.40455 8.09994V5.50903H1.06364C0.386364 6.85903 0 8.38631 0 9.99994C0 11.6136 0.386364 13.1409 1.06364 14.4909L4.40455 11.8999Z" fill="#FBBC05"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.99996 3.97727C11.4681 3.97727 12.7863 4.48182 13.8227 5.47273L16.6909 2.60455C14.9591 0.990909 12.6954 0 9.99996 0C6.09087 0 2.70905 2.24091 1.0636 5.50909L4.40451 8.1C5.19087 5.73636 7.39542 3.97727 9.99996 3.97727Z" fill="#EA4335"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -14,7 +14,6 @@ import { Authentication } from '@/onboarding/types';
import Apple from '../../assets/images/social-apple.svg';
import Facebook from '../../assets/images/social-facebook.svg';
import Google from '../../assets/images/social-google.svg';
import Kakao from '../../assets/images/social-kakao.svg';
import Microsoft from '../../assets/images/social-microsoft.svg';
import Oidc from '../../assets/images/social-oidc.svg';
@ -68,14 +67,6 @@ export const fakeSocialTargetOptions: MultiCardSelectorOption[] = [
isDisabled: true,
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
},
{
icon: <Google />,
title: <DangerousRaw>Google</DangerousRaw>,
value: 'fake-google',
tag: 'cloud.sie.connectors.unlocked_later',
isDisabled: true,
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
},
{
icon: <Microsoft />,
title: <DangerousRaw>Microsoft</DangerousRaw>,