Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Remove unused variable (close #122)
  • Loading branch information
fabidick22 committed May 18, 2020
commit 7521b14af7d6287bc7038973b2a49cc9893260f2
2 changes: 0 additions & 2 deletions time_tracker_api/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

iss_claim_pattern = re.compile(r"(.*).b2clogin.com/(?P<tenant_id>%s)" % UUID_REGEX)

default_role = frozenset({"client-role"})

roles = {
"admin": {"name": "time-tracker-admin"},
"client": {"name": "client-role"}
Expand Down