Fix #13: Remove hardcoded PII from Flutter apps, enable root detection in siro_admin
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
class AppInformation {
|
||||
static const String companyName = 'Siro llc';
|
||||
static const String appName = 'Siro';
|
||||
static const String phoneNumber = '962798583052';
|
||||
static const String phoneNumber = '';
|
||||
static const String linkedInProfile =
|
||||
'https://www.linkedin.com/in/hamza-ayed/';
|
||||
static const String website = 'https://intaleqapp.com';
|
||||
static const String email = 'hamzaayed@intaleqapp.com';
|
||||
static const String email = 'support@intaleqapp.com';
|
||||
static const String addd = 'BlBlNl';
|
||||
static const String privacyPolicy = '''
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user