File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -388,14 +388,14 @@ <h6 slot="header" class="wkt-subheading"><oj-bind-text value="[[labelMapper('aux
388
388
help.instruction ="[[labelMapper('aux-image-registry-push-requires-authentication-help')]] ">
389
389
</ oj-switch >
390
390
< div >
391
- < oj-bind-if test ="[[auxImageRegistryPushRequiresAuthentication]] ">
391
+ < oj-bind-if test ="[[auxImageRegistryPushRequiresAuthentication() === true ]] ">
392
392
< oj-input-password label-hint ="[[labelMapper('aux-image-registry-push-username-label')]] "
393
393
mask-icon ="visible "
394
394
value ="{{project.image.auxImageRegistryPushUser.observable}} "
395
395
help.instruction ="[[labelMapper('aux-image-registry-push-username-help')]] ">
396
396
</ oj-input-password >
397
397
</ oj-bind-if >
398
- < oj-bind-if test ="[[auxImageRegistryPushRequiresAuthentication]] ">
398
+ < oj-bind-if test ="[[auxImageRegistryPushRequiresAuthentication() === true ]] ">
399
399
< oj-input-password label-hint ="[[labelMapper('aux-image-registry-push-password-label')]] "
400
400
mask-icon ="visible "
401
401
value ="{{project.image.auxImageRegistryPushPassword.observable}} "
You can’t perform that action at this time.
0 commit comments