mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
refactor(console): add microsoft connector template (#3526)
This commit is contained in:
parent
0d5e2ad21b
commit
c4cc702fc6
2 changed files with 11 additions and 1 deletions
|
@ -0,0 +1 @@
|
||||||
|
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 23 23"><path d="M0 0h23v23H0z"/><path fill="#f35325" d="M1 1h10v10H1z"/><path fill="#81bc06" d="M12 1h10v10H12z"/><path fill="#05a6f0" d="M1 12h10v10H1z"/><path fill="#ffba08" d="M12 12h10v10H12z"/></svg>
|
After Width: | Height: | Size: 293 B |
|
@ -16,6 +16,7 @@ import Apple from '../../assets/images/social-apple.svg';
|
||||||
import Facebook from '../../assets/images/social-facebook.svg';
|
import Facebook from '../../assets/images/social-facebook.svg';
|
||||||
import Google from '../../assets/images/social-google.svg';
|
import Google from '../../assets/images/social-google.svg';
|
||||||
import Kakao from '../../assets/images/social-kakao.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';
|
import Oidc from '../../assets/images/social-oidc.svg';
|
||||||
import Smal from '../../assets/images/social-smal.svg';
|
import Smal from '../../assets/images/social-smal.svg';
|
||||||
|
|
||||||
|
@ -71,7 +72,15 @@ export const fakeSocialTargetOptions: MultiCardSelectorOption[] = [
|
||||||
{
|
{
|
||||||
icon: <Google />,
|
icon: <Google />,
|
||||||
title: <DangerousRaw>Google</DangerousRaw>,
|
title: <DangerousRaw>Google</DangerousRaw>,
|
||||||
value: 'fake-azure-ad',
|
value: 'fake-google',
|
||||||
|
tag: 'cloud.sie.connectors.unlocked_later',
|
||||||
|
isDisabled: true,
|
||||||
|
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <Microsoft />,
|
||||||
|
title: <DangerousRaw>Microsoft</DangerousRaw>,
|
||||||
|
value: 'fake-microsoft',
|
||||||
tag: 'cloud.sie.connectors.unlocked_later',
|
tag: 'cloud.sie.connectors.unlocked_later',
|
||||||
isDisabled: true,
|
isDisabled: true,
|
||||||
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
|
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
|
||||||
|
|
Loading…
Add table
Reference in a new issue