mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-16 05:55:33 +00:00
Add user authentication module, Login page and initialization page. Fixed the problem that the application could not start after the system restarted.
5 lines
229 B
Go
5 lines
229 B
Go
package types
|
|
|
|
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>"
|