Skip to content

Commit

Permalink
Corrected error with login (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored Oct 7, 2024
1 parent 9a7cfee commit 33155aa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The icons may not be reused in other projects without the proper flaticon licens
<!--
### **WORK IN PROGRESS**
-->
### 7.2.1 (2024-10-06)
### **WORK IN PROGRESS**

- (@GermanBluefox) Corrected some GUI errors

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions packages/admin/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.2.1": {
"en": "Corrected some GUI errors",
"de": "Einige GUI-Fehler korrigiert",
"ru": "Исправлены некоторые ошибки GUI",
"pt": "Corrigido alguns erros GUI",
"nl": "Enkele GUI-fouten gecorrigeerd",
"fr": "Correction de certaines erreurs d'interface graphique",
"it": "Corretto alcuni errori GUI",
"es": "Corregido algunos errores de GUI",
"pl": "Poprawiono niektóre błędy GUI",
"uk": "Виправлено деякі помилки інтерфейсу",
"zh-cn": "更正了一些图形用户界面错误"
},
"7.2.0": {
"en": "Added the check of well-known passwords for the linux systems\nAdded the history for the installation from URL\nfixed wrongly displayed repository warning",
"de": "Hinzugefügt die Überprüfung der bekannten Passwörter für die Linux-Systeme\nDie Geschichte der Installation von URL hinzugefügt\nfalsch angezeigte repository-warnung",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@iobroker/socket-classes": "^1.6.1",
"@iobroker/webserver": "^1.0.6",
"@iobroker/ws": "^2.0.0",
"@iobroker/ws-server": "^3.0.0",
"@iobroker/ws-server": "^3.0.1",
"ajv": "^8.17.1",
"archiver": "^7.0.1",
"axios": "^1.7.7",
Expand Down

0 comments on commit 33155aa

Please sign in to comment.