0
Fork 0
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:
Charles Zhao 2023-03-30 10:37:12 +08:00 committed by GitHub
parent d85615949b
commit 8132ae7f97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"