codegasms / flux

A complete file management utility
https://flux.codegasms.com
4 stars 2 forks source link

Track last login, and joining time for register and login routes #110

Open Vinayak-Anand opened 1 month ago

Vinayak-Anand commented 1 month ago

Track last login, and joining time for register and login routes. This PR closes #107

aahnik commented 1 month ago

@Vinayak-Anand, commit messages should follow this convention:

"[backend] ... your work done.."

aahnik commented 1 month ago

You can git reset --soft HEAD~1 to undo your commit. Your code will be preserved, but the commit will be erased from history!

Then after making all the required changes, you may do git push -f (force push). If you don't force push, there will be errors as your local commit, and the commit in GitHub are different.