Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Simplify reset password logic by removing duplicate code #1440

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
lint: remove unused import
  • Loading branch information
youneshenniwrites committed Dec 3, 2024
commit ffb3d80d3f30859687724a3e6c3cda7231000b67
1 change: 0 additions & 1 deletion backend/app/api/routes/login.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@
from app.api.deps import CurrentUser, SessionDep, get_current_active_superuser
from app.core import security
from app.core.config import settings
from app.core.security import get_password_hash
from app.models import Message, NewPassword, Token, UserPublic, UserUpdate
from app.utils import (
generate_password_reset_token,
Loading
Oops, something went wrong.