Login.vue

This page renders the Login page. It is not reachable through the nav-drawer but only by clicking on the Copyright Image in the footer of the page
Used Stores
Functions
localLogin
Handle local login options. If the identifier is 'hare' and the password is correct, it sets the Hare flag and redirects to the sign-in sheet. If the identifier is 'OnCash', it sets the OnCash flag; otherwise, it resets the OnCash flag. Then it calls the login function to perform the actual login. If the login is successful, it shows a success snackbar; otherwise, it shows an error snackbar.
