chore(accounts): remove orphaned UserIdentity resource file

This commit is contained in:
Moritz 2026-06-16 14:45:36 +02:00 committed by moritz
parent 2a3a152b13
commit a9932776cc

View file

@ -1,18 +0,0 @@
defmodule Mv.Accounts.UserIdentity do
@moduledoc """
AshAuthentication specific ressource
"""
use Ash.Resource,
data_layer: AshPostgres.DataLayer,
extensions: [AshAuthentication.UserIdentity],
domain: Mv.Accounts
postgres do
table "user_identities"
repo Mv.Repo
end
user_identity do
user_resource Mv.Accounts.User
end
end