mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
fix(console): temp disable link account feature in open source version (#3638)
This commit is contained in:
parent
d85615949b
commit
8132ae7f97
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ function Profile() {
|
|||
{user && !showLoadingSkeleton && (
|
||||
<div className={styles.content}>
|
||||
<BasicUserInfoSection user={user} onUpdate={reload} />
|
||||
<LinkAccountSection user={user} connectors={connectors} onUpdate={reload} />
|
||||
{isCloud && <LinkAccountSection user={user} connectors={connectors} onUpdate={reload} />}
|
||||
<FormCard title="profile.password.title">
|
||||
<CardContent
|
||||
title="profile.password.password_setting"
|
||||
|
|
Loading…
Add table
Reference in a new issue