forked from baron/baron-sso
refactoring
This commit is contained in:
@@ -125,11 +125,6 @@ class _ErrorScreenState extends State<ErrorScreen> {
|
||||
}
|
||||
}
|
||||
|
||||
final companyCode = profile['companyCode']?.toString().trim() ?? '';
|
||||
if (companyCode.isNotEmpty) {
|
||||
return companyCode;
|
||||
}
|
||||
|
||||
return '';
|
||||
}
|
||||
|
||||
@@ -259,11 +254,6 @@ class _ErrorScreenState extends State<ErrorScreen> {
|
||||
appendLabel(tenant);
|
||||
}
|
||||
|
||||
final companyCode = profile['companyCode']?.toString().trim() ?? '';
|
||||
if (companyCode.isNotEmpty) {
|
||||
appendLabel(companyCode);
|
||||
}
|
||||
|
||||
return labels;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user