Home and logout buttons are visible on homepage after token expiry.
Issue Description: when user closes the app without a proper logout-> next time when the user reopens the app[ie after the token expiration] the "Home" and "Logout" buttons are visible.
Expected Output: should check if the token is expired first on the basis of that only buttons should be visible.