Skip to content

Commit

Permalink
Changed User ChangePasswordOn field to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Ernest committed Sep 16, 2021
1 parent a49e30b commit eebad57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application-typings/lib/Application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace Application{
LockedOut: boolean,
Approved: boolean,
UseADAuthentication: boolean,
ChangePasswordOn: Date,
ChangePasswordOn: string,
AccountName?: string
}
export interface iAdditionalUserFieldValue {
Expand Down
2 changes: 1 addition & 1 deletion application-typings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gpa-gemstone/application-typings",
"version": "0.0.25",
"version": "0.0.26",
"description": "Application typings for GPA products",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit eebad57

Please sign in to comment.