diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-11-07 17:49:36 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-11-07 17:49:36 +0100 |
| commit | 40c13a4bb122ee36631a60f738f85fcdbfd233f3 (patch) | |
| tree | ed45e71e2cc1b7cc7be95976275b9afd9d25f1d7 /lib/services/authentication_service.dart | |
| parent | e938da92fa92f6c7036934dd5e673c5b9df68f4f (diff) | |
work
Diffstat (limited to 'lib/services/authentication_service.dart')
| -rw-r--r-- | lib/services/authentication_service.dart | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/services/authentication_service.dart b/lib/services/authentication_service.dart index ede8808..ef9113e 100644 --- a/lib/services/authentication_service.dart +++ b/lib/services/authentication_service.dart @@ -1,8 +1,10 @@ +import 'package:training_planner/services/istoregear_api_service.dart'; + class AuthenticationService { bool isAuthenticated = false; String apiKey = ''; - String storedPNumber = ''; - String storedDaycode = ''; + String storedPNumber = '639174'; + String storedDaycode = '424'; Future<bool> authenticate(String username, String password) async { isAuthenticated = true; |
