Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
4fee24ce72 chore(deps): update mix dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-24 00:18:00 +00:00
2 changed files with 2 additions and 10 deletions

View file

@ -3,11 +3,7 @@ defmodule Mv.Accounts do
AshAuthentication specific domain to handle Authentication for users.
"""
use Ash.Domain,
extensions: [AshAdmin.Domain, AshPhoenix]
admin do
show? true
end
extensions: [AshPhoenix]
resources do
resource Mv.Accounts.User do

View file

@ -1,10 +1,6 @@
defmodule Mv.Membership do
use Ash.Domain,
extensions: [AshAdmin.Domain, AshPhoenix]
admin do
show? true
end
extensions: [AshPhoenix]
resources do
resource Mv.Membership.Member do