1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

* remove line break

This commit is contained in:
yi-portainer 2023-11-13 14:18:52 +13:00
parent 3c8c2118d4
commit 3630aab820

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)