Skip to content

Commit

Permalink
Remove the now un-needed check (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn authored Jul 3, 2024
1 parent 9391f0a commit 0d736c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/src/appointment/controller/apis/fxa_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ def is_in_allow_list(self, db, email: str):
return email.endswith(tuple(allow_list.split(',')))

def get_redirect_url(self, db, state, email):
if not self.is_in_allow_list(db, email):
raise NotInAllowListException()

utm_campaign = f"{self.ENTRYPOINT}_{os.getenv('APP_ENV')}"
utm_source = 'login'

Expand Down

0 comments on commit 0d736c5

Please sign in to comment.