Skip to content

Commit 02bb89b

Browse files
add to comment
1 parent d9d329c commit 02bb89b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/Controllers/OrganizersController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ namespace api.core.controllers;
2222
///
2323
/// Under the hood, this controller uses the IUserService to manage the data. It also uses the IAuthService to
2424
/// create a new user in the Supabase database. Finally, it uses the IEmailService to send an email to the newly
25-
/// created organizer with a temporary password.
25+
/// created organizer with a temporary password. All the EMAIL_ env must be configured in the environment variables.
26+
/// for this to work.
2627
/// </summary>
2728
/// <param name="userService">Used to fetch and manage the organizers</param>
2829
/// <param name="authService">Used to create a new user in the Supabase database</param>

0 commit comments

Comments
 (0)