use utc date format in mocks
This commit is contained in:
@@ -137,11 +137,11 @@ export const data: Array<UserResponseModel & { type: string }> = [
|
||||
email: 'awalker1@domain.com',
|
||||
languageIsoCode: 'Japanese',
|
||||
state: UserStateModel.INACTIVE,
|
||||
lastLoginDate: '4/12/2023',
|
||||
lastLockoutDate: '',
|
||||
lastPasswordChangeDate: '4/1/2023',
|
||||
updateDate: '4/12/2023',
|
||||
createDate: '4/12/2023',
|
||||
lastLoginDate: '2023-10-12T18:30:32.879Z',
|
||||
lastLockoutDate: null,
|
||||
lastPasswordChangeDate: '2023-10-12T18:30:32.879Z',
|
||||
updateDate: '2023-10-12T18:30:32.879Z',
|
||||
createDate: '2023-10-12T18:30:32.879Z',
|
||||
failedLoginAttempts: 0,
|
||||
userGroupIds: ['c630d49e-4e7b-42ea-b2bc-edc0edacb6b1'],
|
||||
},
|
||||
@@ -154,11 +154,11 @@ export const data: Array<UserResponseModel & { type: string }> = [
|
||||
email: 'okim1@domain.com',
|
||||
languageIsoCode: 'Russian',
|
||||
state: UserStateModel.ACTIVE,
|
||||
lastLoginDate: '4/11/2023',
|
||||
lastLockoutDate: '',
|
||||
lastPasswordChangeDate: '4/5/2023',
|
||||
updateDate: '4/11/2023',
|
||||
createDate: '4/11/2023',
|
||||
lastLoginDate: '2023-10-12T18:30:32.879Z',
|
||||
lastLockoutDate: null,
|
||||
lastPasswordChangeDate: '2023-10-12T18:30:32.879Z',
|
||||
updateDate: '2023-10-12T18:30:32.879Z',
|
||||
createDate: '2023-10-12T18:30:32.879Z',
|
||||
failedLoginAttempts: 0,
|
||||
userGroupIds: ['c630d49e-4e7b-42ea-b2bc-edc0edacb6b1'],
|
||||
},
|
||||
@@ -171,11 +171,11 @@ export const data: Array<UserResponseModel & { type: string }> = [
|
||||
email: 'enieves1@domain.com',
|
||||
languageIsoCode: 'Spanish',
|
||||
state: UserStateModel.INVITED,
|
||||
lastLoginDate: '4/10/2023',
|
||||
lastLockoutDate: '',
|
||||
lastPasswordChangeDate: '4/6/2023',
|
||||
updateDate: '4/10/2023',
|
||||
createDate: '4/10/2023',
|
||||
lastLoginDate: '2023-10-12T18:30:32.879Z',
|
||||
lastLockoutDate: null,
|
||||
lastPasswordChangeDate: null,
|
||||
updateDate: '2023-10-12T18:30:32.879Z',
|
||||
createDate: '2023-10-12T18:30:32.879Z',
|
||||
failedLoginAttempts: 0,
|
||||
userGroupIds: ['c630d49e-4e7b-42ea-b2bc-edc0edacb6b1'],
|
||||
},
|
||||
@@ -190,7 +190,7 @@ export const data: Array<UserResponseModel & { type: string }> = [
|
||||
state: UserStateModel.LOCKED_OUT,
|
||||
lastLoginDate: '2023-10-12T18:30:32.879Z',
|
||||
lastLockoutDate: '2023-10-12T18:30:32.879Z',
|
||||
lastPasswordChangeDate: '2023-10-12T18:30:32.879Z',
|
||||
lastPasswordChangeDate: null,
|
||||
updateDate: '2023-10-12T18:30:32.879Z',
|
||||
createDate: '2023-10-12T18:30:32.879Z',
|
||||
failedLoginAttempts: 25,
|
||||
|
||||
Reference in New Issue
Block a user