diff --git a/static/src/index.js b/static/src/index.js index 97e03b9..2dadc9e 100644 --- a/static/src/index.js +++ b/static/src/index.js @@ -96,19 +96,19 @@ export default class BaseComponent extends Component {

The following authentication services are currently available:

- {providers.length == 0 &&

There are currently no correct oAuth credential maintained.

} - {providers.indexOf("microsoft") != -1 &&
+ {providers.length === 0 &&

There are currently no correct oAuth credentials maintained.

} + {providers.indexOf("microsoft") !== -1 &&
} - {providers.indexOf("microsoft") != -1 &&
+ {providers.indexOf("microsoft") !== -1 &&
} - {providers.indexOf("microsoft") != -1 &&
+ {providers.indexOf("microsoft") !== -1 &&