Skip to content

Commit

Permalink
fix missing import in util.sso.c3hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 24, 2024
1 parent 5c41ad0 commit a4aab1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/sso/c3hub.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from conf import CONFIG


def get_c3hub_userid(userinfo_json):
return "c3hub:{}".format(userinfo_json["username"])

Expand Down

0 comments on commit a4aab1b

Please sign in to comment.