ConduitPlatform / Conduit

Batteries-included backend that works with any stack.

Home Page:https://getconduit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Configuring Github and gitlab as OAuth provider is swapped

haexhub opened this issue · comments

commented

Checklist

Conduit version

0.15.15

Describe the Bug

If you try to configure github as OAuth provider in authentication/signIn and hit save, the configuration is applied to gitlab instead of github and vice versa.

Expected Behavior

Configuring github as OAuth provider should be applied to github and not gitlab and vice versa.

How to Reproduce

  1. spin up your docker environment
  2. sign in your app and goto Auth Providers
  3. try to configure github
  4. you will see, if you hit save, your configuration will be applied to gitlab

Additional Information

No response

Environment

No response

Hello and thanks for taking the time to report this.
We recently discovered this and have pushed a fix in Conduit-UI.

We simply forgot to release a new UI version for it, but we'll do it now.
Once again, thanks for letting us know about this!

Hi @haexhub new release v0.15.15 for the UI is being built, should work correctly once you pull the new UI image

commented

thank you for your quick response. I checked the new release and it works now :)