mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): remove sign in methods form fields in guilde (#1174)
This commit is contained in:
parent
7fb88f20fc
commit
e0be4fed37
1 changed files with 0 additions and 4 deletions
|
@ -23,7 +23,6 @@ import BrandingForm from './BrandingForm';
|
|||
import * as styles from './GuideModal.module.scss';
|
||||
import LanguagesForm from './LanguagesForm';
|
||||
import Preview from './Preview';
|
||||
import SignInMethodsForm from './SignInMethodsForm';
|
||||
import TermsForm from './TermsForm';
|
||||
|
||||
type Props = {
|
||||
|
@ -107,9 +106,6 @@ const GuideModal = ({ isOpen, onClose }: Props) => {
|
|||
<div className={styles.card}>
|
||||
<TermsForm />
|
||||
</div>
|
||||
<div className={styles.card}>
|
||||
<SignInMethodsForm />
|
||||
</div>
|
||||
<div className={styles.card}>
|
||||
<LanguagesForm />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue