Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix iDin response equals check #7372

Closed
nielsm5 opened this issue Aug 22, 2024 · 0 comments · Fixed by #7382, #7383, #7384 or #7385
Closed

Fix iDin response equals check #7372

nielsm5 opened this issue Aug 22, 2024 · 0 comments · Fixed by #7382, #7383, #7384 or #7385
Assignees
Labels
Milestone

Comments

@nielsm5
Copy link
Member

nielsm5 commented Aug 22, 2024

Current Behavior

Right now we're using == and not .equals() causing an if statement to be missed.

Expected Behavior

Fix is present in #7371

Environment Information

Issue is present in version 7.9.3+

Steps To Reproduce

No response

Configuration

No response

Input

No response

What database are you using?

No response

What browsers are you seeing the problem on?

No response

Relevant Log Output

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment