format: formated files
This commit is contained in:
parent
cc51763a6e
commit
c7b13c0ecb
4 changed files with 31 additions and 8 deletions
|
|
@ -1,4 +1,5 @@
|
|||
require Logger
|
||||
|
||||
defmodule MvWeb.AuthController do
|
||||
use MvWeb, :controller
|
||||
use AshAuthentication.Phoenix.Controller
|
||||
|
|
@ -24,6 +25,7 @@ defmodule MvWeb.AuthController do
|
|||
|
||||
def failure(conn, activity, reason) do
|
||||
Logger.error(%{conn: conn, reason: reason})
|
||||
|
||||
message =
|
||||
case {activity, reason} do
|
||||
{_,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue