* remove line break

pull/10622/head
yi-portainer 2023-11-13 14:18:52 +13:00
parent 3c8c2118d4
commit 3630aab820
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)