I am building an app in which once a user logs in successfully I have a need to show to user a dialog/modal in which the user has to select an item from available options and then click on a button.
Here the user should not be able to cancel the dialog/modal and once the user click’s on the button, the user should be redirected to Desk.
How to do this?