feat(auth): restore authenticated user profile
This commit is contained in:
@@ -71,7 +71,7 @@ class HomeScreen extends StatelessWidget {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const ProfileCard(
|
||||
ProfileCard(
|
||||
name: DemoIdentity.userName,
|
||||
subtitle: DemoIdentity.userSubtitle,
|
||||
initials: DemoIdentity.userInitials,
|
||||
|
||||
Reference in New Issue
Block a user