habulaj commited on
Commit
ba9884c
·
verified ·
1 Parent(s): f1da3ad

Update routes/emails.py

Browse files
Files changed (1) hide show
  1. routes/emails.py +1 -1
routes/emails.py CHANGED
@@ -37,7 +37,7 @@ def get_access_token():
37
  def generate_email_html(email_type: str, to: str) -> str:
38
  # Defina aqui os templates HTML para cada tipo de email
39
  if email_type == "welcome":
40
- return f"""
41
  <html>
42
  <head>
43
  <meta charset="UTF-8">
 
37
  def generate_email_html(email_type: str, to: str) -> str:
38
  # Defina aqui os templates HTML para cada tipo de email
39
  if email_type == "welcome":
40
+ return """
41
  <html>
42
  <head>
43
  <meta charset="UTF-8">