Make it authenticated again

This commit is contained in:
Micke Nordin 2024-01-17 15:11:50 +01:00
parent 2afe7935cc
commit 9cc5fe7a38
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE

View file

@ -172,7 +172,7 @@ hub:
class RefreshHandler(HubAuthenticated, RequestHandler):
# @authenticated
@authenticated
def get(self):
# app_log.info(f"DEBUG: In refresh get {os.environ}")
# user_model = self.get_current_user()