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

Reduce warnings in keycloak.js file #43

Open
thomasdarimont opened this issue Feb 19, 2025 · 0 comments
Open

Reduce warnings in keycloak.js file #43

thomasdarimont opened this issue Feb 19, 2025 · 0 comments

Comments

@thomasdarimont
Copy link
Contributor

Description

  • Use strict comparison via (===,!==) instead of (==, !=).
  • Use let instead of var for variables with repeated declaration.

Discussion

No response

Motivation

No response

Details

No response

@thomasdarimont thomasdarimont changed the title Redice warnings in keycloak.js file Reduce warnings in keycloak.js file Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant