Securing Electron Applications with OpenID Connect and OAuth2

Hi Team ,
I have implemented auth0 in electron app by following Build and Secure an Electron App - OpenID, OAuth, Node.js, and Express blog.
After resetting the password, not getting redirected to the application.
Application login uri & tenant login uri fields accept only https://.
Since we have an electron app, our redirect URI starts with http://. Please guide me through configuring the auth0 portal for this scenario.

Thanks !.