]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/controllers/auth.py
import ceph 14.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / controllers / auth.py
index 7d145adcfedde2781d47314a8a9dc16e2f76390b..f1c6545a1754e9b52b9938da83f75d8607692c0a 100644 (file)
@@ -23,7 +23,6 @@ class Auth(RESTController):
             logger.debug('Login successful')
             token = JwtManager.gen_token(username)
             token = token.decode('utf-8')
-            logger.debug("JWT Token: %s", token)
             cherrypy.response.headers['Authorization'] = "Bearer: {}".format(token)
             return {
                 'token': token,