forked from baron/baron-sso
style: format dart files to pass formatting check
This commit is contained in:
@@ -849,10 +849,10 @@ class _DashboardScreenState extends ConsumerState<DashboardScreen> {
|
||||
final userName = (profile?.name.trim().isNotEmpty ?? false)
|
||||
? profile!.name
|
||||
: (profile?.email.trim().isNotEmpty ?? false)
|
||||
? profile!.email
|
||||
: (profile?.phone.trim().isNotEmpty ?? false)
|
||||
? profile!.phone
|
||||
: tr('ui.userfront.profile.user_fallback', fallback: 'User');
|
||||
? profile!.email
|
||||
: (profile?.phone.trim().isNotEmpty ?? false)
|
||||
? profile!.phone
|
||||
: tr('ui.userfront.profile.user_fallback', fallback: 'User');
|
||||
final departmentValue =
|
||||
profile?.tenant?.name ?? profile?.department ?? '';
|
||||
final department = departmentValue.isNotEmpty
|
||||
|
||||
Reference in New Issue
Block a user