Skip to content

Commit

Permalink
remove Tema New create
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslinhares committed Apr 24, 2023
1 parent e923edb commit 7d6b343
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions weni/auth/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ def create_user(self, claims):

user.save()

org = Org.objects.create(
name="Temba New",
timezone=pytz.timezone("America/Sao_Paulo"),
brand=settings.DEFAULT_BRAND,
created_by=user,
modified_by=user,
)
org.administrators.add(user)

# initialize our org, but without any credits
org.initialize(branding=org.get_branding(), topup_size=0)

return user

def update_user(self, user, claims):
Expand Down

0 comments on commit 7d6b343

Please sign in to comment.