jorgecarmona / next-hr-suite

0 stars 0 forks source link

HR-131 - [UI] Add Login Layout #8

Open jorgecarmona opened 3 months ago

jorgecarmona commented 3 months ago

Description

In Login page:

  1. Add new Login page. This is the smart component.
  2. Login page calls Layout and Login organism
  3. Login page passes two props to Layout. (1. login component, 2. callback function to handle login)
  4. Login organism calls callback function on click of Login button and passes email and password from user.
  5. Login page, receives email and password and calls login api hook.