fix: need to pass api name

This commit is contained in:
Derrick Hammer 2024-03-20 17:28:25 -04:00
parent be7a7977ac
commit facea33e0e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ func (a AccountAPI) accountInfo(jc jape.Context) {
} }
func (a AccountAPI) logout(c jape.Context) { func (a AccountAPI) logout(c jape.Context) {
account.ClearAuthCookie(c, "") account.ClearAuthCookie(c, a.Name())
} }
func (a AccountAPI) uploadLimit(c jape.Context) { func (a AccountAPI) uploadLimit(c jape.Context) {