Fix #904: Wrong model config in MongoDB OAuth example

This commit is contained in:
François Voron
2022-02-07 08:39:20 +01:00
parent ef6a23407d
commit 020cb041d3

View File

@ -1,7 +1,7 @@
from fastapi_users import models
class User(models.BaseUser):
class User(models.BaseUser, models.BaseOAuthAccountMixin):
pass