* remove line break

pull/10632/head
yi-portainer 2023-11-13 14:17:00 +13:00
parent 280a2fe093
commit c5a51a9fb7
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ import (
// @success 204 "Success"
// @failure 500 "Server error"
// @router /auth/logout [post]
func (handler *Handler) logout(w http.ResponseWriter, r *http.Request) *httperror.HandlerError {
tokenData := handler.bouncer.JWTAuthLookup(r)