feat: update profile
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run

This commit is contained in:
Efril
2026-06-24 11:05:01 +07:00
parent 75415cc6ff
commit 7661319b4f
2 changed files with 0 additions and 35 deletions
@@ -43,23 +43,6 @@ class ProfileAccountInfo extends StatelessWidget {
),
),
ProfileTile(
icon: LineIcons.envelope,
title: context.lang.email,
subtitle: user.email,
showArrow: false,
),
ProfileDivider(),
ProfileTile(
icon: LineIcons.calendarAlt,
title: context.lang.member_since,
subtitle: user.createdAt.toDate,
showArrow: false,
),
ProfileDivider(),
ProfileTile(
icon: LineIcons.userEdit,
title: context.lang.edit_profile,