Skip to content

Commit e3d9882

Browse files
committed
update signature
1 parent f1c92af commit e3d9882

File tree

1 file changed

+2
-2
lines changed
  • src/domain/auth/auth/interfaces/email

1 file changed

+2
-2
lines changed

src/domain/auth/auth/interfaces/email/client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ async def send_email(
2929
self,
3030
recipient: str,
3131
template_path: str,
32-
**params: dict,
32+
confirm_url: str,
3333
) -> None:
3434
"""
3535
:param recipient: email adress of an email receiver
3636
:param template_path: HTML-template (taken from presentation layer)
3737
full path & name & extension
38-
:param params: parameters to insert into template
38+
:param confirm_url: URL for confirmation of an action
3939
:raise SMTPConnectionError: when there is a problem with connection
4040
beetwen the app and
4141
:raise NotImplementedError: when called directly by abstract class instance

0 commit comments

Comments
 (0)