docs: add @moduledoc to UserAuth and UserNotifier
Resolves credo readability warnings for missing module documentation.
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
defmodule Firehose.Accounts.UserNotifier do
|
||||
@moduledoc """
|
||||
Sends notification emails to users.
|
||||
|
||||
Handles delivery of login instructions (magic link or confirmation),
|
||||
email update instructions, and other account-related notifications.
|
||||
"""
|
||||
|
||||
import Swoosh.Email
|
||||
|
||||
alias Firehose.Mailer
|
||||
|
||||
Reference in New Issue
Block a user