Make Login Portal
We'll need to create a simple login portal page <domain>.idaho4h.com/login
to accept the username and password. This means we'll need a new file in the frontend: login.js
and we'll need to update the index.js
to accept a new routing, just like the admin
but for login
.