add missing import in user_email

This commit is contained in:
Tao Bror Bojlén 2019-07-26 17:41:32 +03:00
parent 7b2b3876c6
commit 5e9b498db0
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
defmodule Backend.Mailer.UserEmail do
import Swoosh.Email
import Backend.Auth
import Backend.{Auth, Util}
require Logger
@spec send_login_email(String.t(), String.t()) :: {:ok | :error, term}