Skip to content

Commit 76c4692

Browse files
authored
Merge pull request #1871 from vikrantwiz02/prod/acad-react
fix: conflict FusionIIIT/applications/globals/api/views.py
2 parents 6dee69f + fb64d17 commit 76c4692

File tree

1 file changed

+1
-1
lines changed
  • FusionIIIT/applications/globals/api

1 file changed

+1
-1
lines changed

FusionIIIT/applications/globals/api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,4 +699,4 @@ def password_reset_reset(request):
699699
request.META.get("HTTP_X_FORWARDED_FOR", request.META.get("REMOTE_ADDR", "unknown")),
700700
)
701701

702-
return Response({"success": True, "message": "Password has been reset successfully."})
702+
return Response({"success": True, "message": "Password has been reset successfully."})

0 commit comments

Comments
 (0)