mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-14 06:15:26 -05:00
feature: add password reset token endpoint to the admin panel (#2171)
* add password reset token endpoint to the admin panel * add None check on token * add localization message for passowrd reset link button
This commit is contained in:
@@ -9,6 +9,10 @@ class ForgotPassword(MealieModel):
|
||||
email: str
|
||||
|
||||
|
||||
class PasswordResetToken(MealieModel):
|
||||
token: str
|
||||
|
||||
|
||||
class ValidateResetToken(MealieModel):
|
||||
token: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user