From 40c13a4bb122ee36631a60f738f85fcdbfd233f3 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Mon, 7 Nov 2022 17:49:36 +0100 Subject: work --- lib/services/authentication_service.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/services/authentication_service.dart') 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 authenticate(String username, String password) async { isAuthenticated = true; -- cgit v1.2.3-70-g09d2