Skip to content

Commit

Permalink
Update serializers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Jan 16, 2025
1 parent 0e1c63d commit 9d25c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/authenticate/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ def validate(self, data: dict[str, str]):
from breathecode.payments.models import Plan

country = data["country"] if "country" in data else None
forbidden_countries = ["spain"]
forbidden_countries = ["spain", "españa"]

lang = self.context.get("lang", "en")
if "email" not in data:
Expand Down

0 comments on commit 9d25c46

Please sign in to comment.