1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

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

This commit is contained in:
fhanportainer 2021-09-21 13:42:04 +12:00 committed by GitHub
parent 2aec348814
commit ecc9813750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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