mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 06:37:59 +01:00
fix warnings about invalid association
This commit is contained in:
parent
551c7515ae
commit
29453f060f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ defmodule Philomena.Users.User do
|
||||||
password_min_length: 6
|
password_min_length: 6
|
||||||
|
|
||||||
use Pow.Extension.Ecto.Schema,
|
use Pow.Extension.Ecto.Schema,
|
||||||
extensions: [PowResetPassword, PowLockout, PowPersistentSession]
|
extensions: [PowResetPassword, PowLockout]
|
||||||
|
|
||||||
import Ecto.Changeset
|
import Ecto.Changeset
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue