fix: mend auth cookie name stutter (#1139)
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
9439466ff2
commit
1c170988c8
2 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ var Version = "devel"
|
|||
|
||||
// CookieName is the name of the cookie that Anubis uses in order to validate
|
||||
// access.
|
||||
var CookieName = "techaro.lol-anubis-auth"
|
||||
var CookieName = "techaro.lol-anubis"
|
||||
|
||||
// TestCookieName is the name of the cookie that Anubis uses in order to check
|
||||
// if cookies are enabled on the client's browser.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue