diff options
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; |
