mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Remove printing of token after authentication
This commit is contained in:
parent
d058337412
commit
955a79de6f
@ -100,7 +100,6 @@ func (n *portainerClientImp) do(uri, method string, request io.Reader, requestTy
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
util.PrintDebug(fmt.Sprintf("Auth token: %s", n.token))
|
|
||||||
}
|
}
|
||||||
req.Header.Set("Authorization", "Bearer "+n.token)
|
req.Header.Set("Authorization", "Bearer "+n.token)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user