mirror of https://github.com/portainer/portainer
* remove line break
parent
3c8c2118d4
commit
3630aab820
|
@ -17,7 +17,6 @@ import (
|
||||||
// @success 204 "Success"
|
// @success 204 "Success"
|
||||||
// @failure 500 "Server error"
|
// @failure 500 "Server error"
|
||||||
// @router /auth/logout [post]
|
// @router /auth/logout [post]
|
||||||
|
|
||||||
func (handler *Handler) logout(w http.ResponseWriter, r *http.Request) *httperror.HandlerError {
|
func (handler *Handler) logout(w http.ResponseWriter, r *http.Request) *httperror.HandlerError {
|
||||||
tokenData := handler.bouncer.JWTAuthLookup(r)
|
tokenData := handler.bouncer.JWTAuthLookup(r)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue