Different user access login to different page in dash_auth


image



current version: user which is not include in the access_level will show an error message but the user still able to view the page. How to block the user to visit the page and show a message some kind like this ‘you didn’t have the authority’?

and let say the first page visit when login is the home.py, but the user did not has the authority to view the page, can the webpage directly jump to the page which the user has the authority to visit?