We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d9c0b commit c552877Copy full SHA for c552877
lib/mix/tasks/phx.gen.auth.ex
@@ -173,7 +173,9 @@ defmodule Mix.Tasks.Phx.Gen.Auth do
173
@doc false
174
def run(args, test_opts \\ []) do
175
if Mix.Project.umbrella?() do
176
- Mix.raise("mix phx.gen.auth can only be run inside an application directory")
+ Mix.raise(
177
+ "mix phx.gen.auth must be invoked from within your *_web application root directory"
178
+ )
179
end
180
181
Mix.Phoenix.ensure_live_view_compat!(__MODULE__)
0 commit comments