Skip to content

feat: Update login services to use email instead of user object

MARLON ESTEBAN MURILLO QUESADA requested to merge AccountSettings into main
  • Modify the generateAccessToken method in the LoginServices class to accept an email parameter instead of a user object.
  • Update the generateAccessToken method call in the LoginController class to pass the email parameter instead of the user object.
  • Improve code readability and maintainability.

See merge request !33 (merged)

Merge request reports

Loading