after running phx.gen.auth
This commit is contained in:
4
mix.exs
4
mix.exs
@ -33,6 +33,7 @@ defmodule Clip.MixProject do
|
||||
# Type `mix help deps` for examples and options.
|
||||
defp deps do
|
||||
[
|
||||
{:bcrypt_elixir, "~> 2.0"},
|
||||
{:phoenix, "~> 1.5.3"},
|
||||
{:phoenix_ecto, "~> 4.1"},
|
||||
{:ecto_sql, "~> 3.4"},
|
||||
@ -46,7 +47,8 @@ defmodule Clip.MixProject do
|
||||
{:telemetry_poller, "~> 0.4"},
|
||||
{:gettext, "~> 0.11"},
|
||||
{:jason, "~> 1.0"},
|
||||
{:plug_cowboy, "~> 2.0"}
|
||||
{:plug_cowboy, "~> 2.0"},
|
||||
{:phx_gen_auth, "~> 0.4", only: :dev}
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user