mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: only show email if supabase is enabled
This commit is contained in:
parent
0806436c19
commit
507554a596
@ -51,7 +51,7 @@ class SettingsUserView extends StatelessWidget {
|
||||
children: [
|
||||
_renderUserNameInput(context),
|
||||
|
||||
if (user.email.isNotEmpty) ...[
|
||||
if (isSupabaseEnabled) ...[
|
||||
const VSpace(20),
|
||||
UserEmailInput(user.email)
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user