Frontend first draft
This commit is contained in:
10
frontend/pweb/lib/config/constants.dart
Normal file
10
frontend/pweb/lib/config/constants.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
class Constants {
|
||||
static const minPasswordCharacters = 8;
|
||||
}
|
||||
|
||||
class AppConfig {
|
||||
static const String appName = String.fromEnvironment(
|
||||
'APP_NAME',
|
||||
defaultValue: 'SendiCo',
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user