Skip to content

Commit

Permalink
API Platform 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Nov 17, 2023
1 parent 189b9f2 commit 7085bc3
Show file tree
Hide file tree
Showing 5 changed files with 2,342 additions and 1,270 deletions.
8 changes: 5 additions & 3 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]

- [#223](https://github.com/os2display/display-admin-client/pull/223)
- Updated to API Platform 3
- [#222](https://github.com/os2display/display-admin-client/pull/222)
- Fixed redux build.

Expand Down Expand Up @@ -39,8 +41,8 @@ All notable changes to this project will be documented in this file.
- [#205](https://github.com/os2display/display-admin-client/pull/205)
Setup separate image builds for itkdev and os2display
- [#204](https://github.com/os2display/display-admin-client/pull/204)
Change docker image name from `os2display/os2display-admin-client`
to `os2display/display-admin-client` to match image name and
Change docker image name from `os2display/os2display-admin-client`
to `os2display/display-admin-client` to match image name and
repository name
- [#200](https://github.com/os2display/display-admin-client/pull/200)
Update docker build to publish to "os2display" org on docker hub.
Expand All @@ -65,7 +67,7 @@ All notable changes to this project will be documented in this file.
Prevent screen-manager.js from redirecting before everything is saved.
- [#192](https://github.com/os2display/display-admin-client/pull/193)
Readd and fix cypress tests.
-
-
## [1.2.6] - 2023-05-11

- [#197](https://github.com/os2display/display-admin-client/pull/197)
Expand Down
4 changes: 2 additions & 2 deletions src/components/user/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ function Login() {
e.stopPropagation();

dispatch(
api.endpoints.postCredentialsItem.initiate({
credentials: JSON.stringify({
api.endpoints.loginCheckPost.initiate({
body: JSON.stringify({
email,
password,
}),
Expand Down
Loading

0 comments on commit 7085bc3

Please sign in to comment.