From e938da92fa92f6c7036934dd5e673c5b9df68f4f Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 5 Nov 2022 16:31:35 +0100 Subject: work --- lib/services/authentication_service.dart | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/services/authentication_service.dart') diff --git a/lib/services/authentication_service.dart b/lib/services/authentication_service.dart index a1fd370..ede8808 100644 --- a/lib/services/authentication_service.dart +++ b/lib/services/authentication_service.dart @@ -1,10 +1,14 @@ class AuthenticationService { bool isAuthenticated = false; String apiKey = ''; + String storedPNumber = ''; + String storedDaycode = ''; Future authenticate(String username, String password) async { isAuthenticated = true; apiKey = 'test'; + storedPNumber = username; + storedDaycode = password; return true; } } -- cgit v1.2.3-70-g09d2