Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed May 30, 2024
1 parent 790727d commit c5c027e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/custom_auth/mfa/trench/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__version__ = "0.3.1"
1 change: 0 additions & 1 deletion api/custom_auth/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@
# are deprecated and will be removed in the next Major release
path("", include("djoser.urls")),
path("", include("custom_auth.mfa.trench.urls")), # MFA
# path("", include("trench.urls")), # MFA
path("oauth/", include("custom_auth.oauth.urls")),
]

0 comments on commit c5c027e

Please sign in to comment.