fix: use account.SetAuthCookie

This commit is contained in:
Derrick Hammer 2024-03-17 09:18:31 -04:00
parent d893216831
commit 9306051812
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ func (s *S5API) accountLogin(jc jape.Context) {
return return
} }
setAuthCookie(jwt, jc) account.SetAuthCookie(jc, jwt, s.Name())
} }
func (s *S5API) accountInfo(jc jape.Context) { func (s *S5API) accountInfo(jc jape.Context) {