mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
9697bb5fd5
feat: add login page
7 lines
81 B
Go
7 lines
81 B
Go
package models
|
|
|
|
const (
|
|
UserKey = "user"
|
|
AuthCookieKey = "wakapi_auth"
|
|
)
|