diff options
Diffstat (limited to 'roseh.moe.go')
| -rw-r--r-- | roseh.moe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roseh.moe.go b/roseh.moe.go index 687fe4c..3d357fd 100644 --- a/roseh.moe.go +++ b/roseh.moe.go @@ -375,7 +375,7 @@ func makeToken() string { } const cookieExpiration = 7 * 24 * time.Hour -const authCookieName = "roseh.moe.auth" +const authCookieName = "a" func attachCookie(w http.ResponseWriter) { http.SetCookie(w, &http.Cookie{ |
