How do I add a dropdown to the login page?
I know there is
formProps in the AuthPage component, but I'm not sure how to use it with MUI Select component. On the login page, I want to add a select component that lets the user select their role (whether they are an admin, student, or teacher)

