Skip to content

Commit

Permalink
Merge pull request #321 from companieshouse/feature/idva2-803-update-…
Browse files Browse the repository at this point in the history
…node-session-handler-store-token-permissions-in-user-profile

idva2-803-update-store-token-permissions-in-user-profile
  • Loading branch information
pshdev0 committed Aug 7, 2024
2 parents 986fb68 + b472075 commit f13b86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session/model/SessionInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export type IUserProfile = {
[Key: string]: any;
},
[UserProfileKeys.TokenPermissions]?: {
[Key: string]: any;
[Key: string]: string;
}
};

Expand Down

0 comments on commit f13b86e

Please sign in to comment.