Problem with override image
Do not get this to work - the standard Ash image is still there... also, is there it a spec of all the overrides?
sign_in_route overrides: [
AmplDevWeb.AuthOverrides,
AshAuthentication.Phoenix.Overrides.Default
]
defmodule AmplDevWeb.AuthOverrides do
@moduledoc "UI overrides for authentication views"
use AshAuthentication.Phoenix.Overrides
override AshAuthentication.Phoenix.SignInLive do
set :image_url, "./priv/images/ampl.png"
end
end