1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 13:25:26 +02:00

* remove line break

This commit is contained in:
yi-portainer 2023-11-13 14:17:00 +13:00
parent 280a2fe093
commit c5a51a9fb7

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)