Skip to content
Snippets Groups Projects
Commit 0de427fa authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge branch 'if-statment-fix' into 'develop'

fixed `if` statement

See merge request !106
parents ca0e34c1 89f9cf2b
Branches
Tags
4 merge requests!184Develop,!119Develop,!108Develop,!106fixed `if` statement
......@@ -66,7 +66,7 @@ export class LoginComponent implements OnInit {
// only for use in linking accounts
public triggerOIDC() {
if (this.configuration.maintenance) {
if (!this.configuration.maintenance) {
window.location.href = this.appConfig.getOidcUrl();
}
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment