1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

Add authentication

Add user authentication module, Login page and initialization page.
Fixed the problem that the application could not start after the system restarted.
This commit is contained in:
link
2021-10-22 16:49:09 +08:00
parent 39ccbe251f
commit b3aa22605d
18 changed files with 155 additions and 43 deletions

View File

@ -1,4 +1,4 @@
package types
const CURRENTVERSION = "0.1.6"
const BODY = "<li>Modify import reminder.</li><li>Add app icon auto-fill via docker image name.</li><li>Add a file selector for app install.</li> <li>Fixed an issue with the app were it would disappear when the app was modified.</li>"
const CURRENTVERSION = "0.1.7"
const BODY = "<li>Add user authentication module, Login page and initialization page.</li><li>Fixed the problem that the application could not start after the system restarted.</li>"