Skip to content

Commit

Permalink
Merge pull request #56 from SiroDaves/feature
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
SiroDaves authored Dec 22, 2024
2 parents d563a85 + d4cf92d commit 09c9670
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/common/utils/constants/pref_constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ class PrefConstants {

static const isLoggedInKey = 'is_logged_in';
static const emailKey = 'email_address';
static const contractNoKey = 'contract_number';
static const erpStaffNoKey = 'erp_staff_number';
static const mobileKey = 'mobile_phone';
static const nationalIdKey = 'national_id';
static const userNameKey = 'username';
static const passWordKey = 'password';
static const filePathkey = 'file_path';
static const accessTokenKey = 'access_token';
static const refreshTokenKey = 'refresh_token';
static const expiresInKey = 'expires_in';


static const dataIsSelectedKey = 'data_selected';
static const dataIsLoadedKey = 'data_loaded';
static const dateInstalledKey = 'date_installed';
Expand Down

0 comments on commit 09c9670

Please sign in to comment.