1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

fix(stack): fixed issue cannot deploy git stack without username. (#5681)

This commit is contained in:
fhanportainer 2021-09-21 13:42:01 +12:00 committed by GitHub
parent 33118babdd
commit 24f11902b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,6 @@
placeholder="git username" placeholder="git username"
ng-change="$ctrl.onChangeUsername($ctrl.model.RepositoryUsername)" ng-change="$ctrl.onChangeUsername($ctrl.model.RepositoryUsername)"
data-cy="component-gitUsernameInput" data-cy="component-gitUsernameInput"
ng-required="$ctrl.model.RepositoryAuthentication"
/> />
</div> </div>
</div> </div>