mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
Merge branch 'dev' of https://github.com/hay-kot/mealie into feature/authentication
This commit is contained in:
commit
836248ec1a
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ class _Users(BaseDocument):
|
||||||
return return_data
|
return return_data
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class _SignUps(BaseDocument):
|
class _SignUps(BaseDocument):
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
self.primary_key = "token"
|
self.primary_key = "token"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue