Skip to content

Commit

Permalink
Merge pull request #231 from aroskanalen/feature/394-fix-roles-config
Browse files Browse the repository at this point in the history
Feature/394 fix roles config
  • Loading branch information
tuj authored Mar 4, 2024
2 parents 6ffa6d7 + 6bddffc commit bdb9f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- [#231](https://github.com/os2display/display-admin-client/pull/231)
- Fixed post body of activation POST request.
- [#230](https://github.com/os2display/display-admin-client/pull/230)
- Fixed roles in access-config.json itk-dev infrastructure template.
- [#229](https://github.com/os2display/display-admin-client/pull/229)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function ActivationCodeActivate() {
/** Handles submit. */
const handleSubmit = () => {
PostV1UserActivationCodeActivate({
userActivationCodeUserActivateInput: JSON.stringify(formStateObject),
userActivationCodeActivationCode: JSON.stringify(formStateObject),
});
};

Expand Down

0 comments on commit bdb9f6e

Please sign in to comment.