Appearance
Admin 🔑 ​
Admin component provides access to admin-only features and informations about the kiosk.
To enter in the admin screen, it's necessary to activate the hidden admin button in the home screen touching the top centre screen 3 times in a row.
Login ​
A security layer where the user must enter a valid password to get access to the admin screen. The password is placed in the environment variables as POI_APP_ADMIN_CLIENT_PASSWORD.
It uses the adminMachine to render this component on the admin screen. The state to display the AdminLogin component is auth which is the initial state. When a valid password is submitted the component will set the state to adminHome.
Lock ​
The lock button will change the machine lock state to manualLocked and redirect the route to the /lock screen.
Refresh ​
This action will refresh the page and redirect route to /home.