Skip to content

Commit

Permalink
Merge branch 'main' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Dec 7, 2023
2 parents 6fb8807 + 70e20b5 commit 7487142
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/src/appointment/dependencies/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def get_subscriber(
"""Automatically retrieve and return the subscriber"""
user = get_user_from_token(db, token)

# Error out if auth0 didn't find a user
if user is None:
raise HTTPException(403, detail='Missing bearer token')

Expand Down
1 change: 0 additions & 1 deletion backend/src/appointment/routes/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from ..controller.calendar import CalDavConnector, Tools, GoogleConnector

from fastapi import APIRouter, Depends, HTTPException, Security, Body
from fastapi_auth0 import Auth0User
from datetime import timedelta, timezone
from ..controller.apis.google_client import GoogleClient
from ..controller.auth import signed_url_by_subscriber
Expand Down

0 comments on commit 7487142

Please sign in to comment.