diff --git a/CHANGELOG.md b/CHANGELOG.md index d6622f4..ceeb636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,10 @@ ### Features -- ASAB WebUI submodule version bump [[9fc06df](https://github.com/TeskaLabs/asab-webui/commit/9fc06df046dcb114262cfd04506fb0dcef22325b)] commit (INDIGO Sprint 230804, [!29](https://github.com/TeskaLabs/seacat-auth-webui/pull/29)) +- ASAB WebUI submodule version bump [[fdc969f](https://github.com/TeskaLabs/asab-webui/commit/fdc969f8c6eb41a9c96abfa887d9ed54e9a4456f)] commit (INDIGO Sprint 230804, [!41](https://github.com/TeskaLabs/seacat-auth-webui/pull/41)) ### Refactoring -- Changed icons from Coreui.io icons to Atlas icons. (INDIGO Sprint 230804, [!29](https://github.com/TeskaLabs/seacat-auth-webui/pull/29)) - - Change visibility of username to readonly and focus on password input field after wrong password. (INDIGO Sprint 230623, [!35](https://github.com/TeskaLabs/seacat-auth-webui/pull/35)) ## v23.29-alpha diff --git a/asab-webui b/asab-webui index 9fc06df..fdc969f 160000 --- a/asab-webui +++ b/asab-webui @@ -1 +1 @@ -Subproject commit 9fc06df046dcb114262cfd04506fb0dcef22325b +Subproject commit fdc969f8c6eb41a9c96abfa887d9ed54e9a4456f diff --git a/package.json b/package.json index e4bbf75..8059359 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "window": "^4.2.7" }, "dependencies": { - "@vectopus/atlas-icons": "^0.0.7", + "@coreui/icons": "^1.0.1", "axios": "^0.21.1", "bootstrap": "4.6.0", "core-js": "3", diff --git a/public/media/flags/cz.svg b/public/media/flags/cz.svg deleted file mode 100644 index fd712db..0000000 --- a/public/media/flags/cz.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/media/flags/gb.svg b/public/media/flags/gb.svg deleted file mode 100644 index 2cebcea..0000000 --- a/public/media/flags/gb.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/media/flags/placeholder.svg b/public/media/flags/placeholder.svg deleted file mode 100644 index 1b7e542..0000000 --- a/public/media/flags/placeholder.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/modules/auth/containers/LoginCard.js b/src/modules/auth/containers/LoginCard.js index 8375c29..be029cb 100644 --- a/src/modules/auth/containers/LoginCard.js +++ b/src/modules/auth/containers/LoginCard.js @@ -799,7 +799,7 @@ function WebAuthnField(props) {