Skip to content

Basic Login page flow

Survesh VRL requested to merge 123survesh/gkapp:master into dev

Status so far:

  1. Added A login page in the app's view
  2. Added route for login
  3. Added a route guard for routes such as (/, /profile, /client/new and /client/edit)(so that login is required)
  4. Changed the default route mode to history, to avoid the hash tag in the path
  5. Have added sticky Footer
Edited by Survesh VRL

Merge request reports