chore(accounts): remove orphaned UserIdentity resource file
This commit is contained in:
parent
2a3a152b13
commit
a9932776cc
1 changed files with 0 additions and 18 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue