mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
feat(console): add demo connector notice (#3470)
This commit is contained in:
parent
36f26a7f17
commit
1c455b8256
11 changed files with 38 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
@use '@/scss/underscore' as _;
|
||||
|
||||
div.notice {
|
||||
margin: _.unit(4) 0 0;
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
import Alert from '@/components/Alert';
|
||||
|
||||
import * as styles from './index.module.scss';
|
||||
|
||||
const DemoConnectorNotice = () => {
|
||||
const { t } = useTranslation(undefined, { keyPrefix: 'admin_console' });
|
||||
|
||||
return <Alert className={styles.notice}>{t('cloud.sie.connectors.notice')}</Alert>;
|
||||
};
|
||||
|
||||
export default DemoConnectorNotice;
|
|
@ -20,6 +20,7 @@ import { ConnectorsTabs } from '@/consts/page-tabs';
|
|||
import type { RequestError } from '@/hooks/use-api';
|
||||
import useConnectorGroups from '@/hooks/use-connector-groups';
|
||||
import useDocumentationUrl from '@/hooks/use-documentation-url';
|
||||
import DemoConnectorNotice from '@/onboarding/components/DemoConnectorNotice';
|
||||
import * as resourcesStyles from '@/scss/resources.module.scss';
|
||||
|
||||
import ConnectorDeleteButton from './components/ConnectorDeleteButton';
|
||||
|
@ -90,6 +91,8 @@ const Connectors = () => {
|
|||
|
||||
const connectors = isSocial ? socialConnectors : passwordlessConnectors;
|
||||
|
||||
const hasDemoConnector = connectors?.some(({ isDemo }) => isDemo);
|
||||
|
||||
const connectorToShowInGuide = useMemo(() => {
|
||||
if (factories && factoryId) {
|
||||
return factories.find(({ id }) => id === factoryId);
|
||||
|
@ -118,6 +121,7 @@ const Connectors = () => {
|
|||
<TabNavItem href={passwordlessPathname}>{t('connectors.tab_email_sms')}</TabNavItem>
|
||||
<TabNavItem href={socialPathname}>{t('connectors.tab_social')}</TabNavItem>
|
||||
</TabNav>
|
||||
{hasDemoConnector && <DemoConnectorNotice />}
|
||||
<Table
|
||||
className={resourcesStyles.table}
|
||||
rowIndexKey="id"
|
||||
|
|
|
@ -97,6 +97,8 @@ const cloud = {
|
|||
unlocked_later: 'Unlocked later', // UNTRANSLATED
|
||||
unlocked_later_tip:
|
||||
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
|
||||
notice:
|
||||
'Please avoid using the demo connector for production purposes. Once you’ve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED
|
||||
|
|
|
@ -97,6 +97,8 @@ const cloud = {
|
|||
unlocked_later: 'Unlocked later',
|
||||
unlocked_later_tip:
|
||||
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.',
|
||||
notice:
|
||||
'Please avoid using the demo connector for production purposes. Once you’ve completed testing, kindly delete the demo connector and set up your own connector with your credentials.',
|
||||
},
|
||||
},
|
||||
broadcast: '📣 You are participating in Logto Cloud Preview',
|
||||
|
|
|
@ -97,6 +97,8 @@ const cloud = {
|
|||
unlocked_later: 'Unlocked later', // UNTRANSLATED
|
||||
unlocked_later_tip:
|
||||
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
|
||||
notice:
|
||||
'Please avoid using the demo connector for production purposes. Once you’ve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED
|
||||
|
|
|
@ -97,6 +97,8 @@ const cloud = {
|
|||
unlocked_later: 'Unlocked later', // UNTRANSLATED
|
||||
unlocked_later_tip:
|
||||
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
|
||||
notice:
|
||||
'Please avoid using the demo connector for production purposes. Once you’ve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED
|
||||
|
|
|
@ -97,6 +97,8 @@ const cloud = {
|
|||
unlocked_later: 'Unlocked later', // UNTRANSLATED
|
||||
unlocked_later_tip:
|
||||
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
|
||||
notice:
|
||||
'Please avoid using the demo connector for production purposes. Once you’ve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED
|
||||
|
|
|
@ -97,6 +97,8 @@ const cloud = {
|
|||
unlocked_later: 'Unlocked later', // UNTRANSLATED
|
||||
unlocked_later_tip:
|
||||
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
|
||||
notice:
|
||||
'Please avoid using the demo connector for production purposes. Once you’ve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED
|
||||
|
|
|
@ -97,6 +97,8 @@ const cloud = {
|
|||
unlocked_later: 'Unlocked later', // UNTRANSLATED
|
||||
unlocked_later_tip:
|
||||
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
|
||||
notice:
|
||||
'Please avoid using the demo connector for production purposes. Once you’ve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED
|
||||
|
|
|
@ -97,6 +97,8 @@ const cloud = {
|
|||
unlocked_later: 'Unlocked later', // UNTRANSLATED
|
||||
unlocked_later_tip:
|
||||
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
|
||||
notice:
|
||||
'Please avoid using the demo connector for production purposes. Once you’ve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED
|
||||
|
|
Loading…
Add table
Reference in a new issue