Skip to content

Commit

Permalink
import cookie_backend
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Nov 14, 2023
1 parent bc89ba1 commit 7510b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/subsetter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from subsetter.app.routers.argo import router as argo_router
from subsetter.app.routers.storage import router as storage_router
from subsetter.app.schemas import UserRead, UserUpdate
from subsetter.app.users import SECRET, auth_backend, cuahsi_oauth_client, front_oauth_client, fastapi_users
from subsetter.app.users import SECRET, auth_backend, cookie_backend, cuahsi_oauth_client, front_oauth_client, fastapi_users
from subsetter.config import get_settings

# TODO: get oauth working with swagger/redoc
Expand Down

0 comments on commit 7510b77

Please sign in to comment.