Mechanical cleanup, quick fixes & deduplication closes #531 #543
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