When you say “our theme is compatible”, can you please expand on that?
The plugin that I am using, works if I navigate to the login url. What I am trying to accomplish in a simplified login flow.
With your theme.. There is a Login/Register button on the top right of the page. Clicking on Register, takes you to the registration form, and clicking on Login, opens a login modal for username/password.
What I want to accomplish is to take those two buttons and combine them into one. So when a user clicks on the button, they are presented with a modal that directs them to login with Discord. This I assume will require editing whatever file that calls those buttons to be there.