Design and implement a basic login interface for staff members
- Interface for Practitioners to login
- Interface for IT Admins to login
Both staff types should use username and password input for login.
By default, the screen shown would be for practitioners to login.
However, there should be a less-visible button, for IT Admins to click, which they are brought to a login screen for IT Admins.
Design and implement a basic login interface for staff members
Both staff types should use username and password input for login.