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?
3 Replies
Hi,
The default override gathers all the possible overrides and can serve as a reference: https://github.com/team-alembic/ash_authentication_phoenix/blob/main/lib/ash_authentication_phoenix/overrides/default.ex
GitHub
ash_authentication_phoenix/default.ex at main · team-alembic/ash_au...
Drop-in authentication support for Phoenix apps using AshAuthentication. - ash_authentication_phoenix/default.ex at main · team-alembic/ash_authentication_phoenix
I used the module docs on hexdocs a lot too: https://hexdocs.pm/ash_authentication_phoenix/AshAuthentication.Phoenix.Components.Banner.html
In your case, this worked for me as override module to remove the images:
Notice I don't override the same component
Excellent! Thanks!