Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Commits
0de427fa
Commit
0de427fa
authored
6 months ago
by
Lukasz Lopatowski
Browse files
Options
Downloads
Plain Diff
Merge branch 'if-statment-fix' into 'develop'
fixed `if` statement See merge request
!106
parents
ca0e34c1
89f9cf2b
Branches
Branches containing commit
Tags
Tags containing commit
4 merge requests
!184
Develop
,
!119
Develop
,
!108
Develop
,
!106
fixed `if` statement
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/welcome/login/login.component.ts
+1
-1
1 addition, 1 deletion
src/app/welcome/login/login.component.ts
with
1 addition
and
1 deletion
src/app/welcome/login/login.component.ts
+
1
−
1
View file @
0de427fa
...
...
@@ -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
();
}
}
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment