fix authentication toggle on by default - set to off (#5666)

pull/5649/head
Richard Wei 2021-09-20 22:36:22 +12:00 committed by GitHub
parent af8065e8c2
commit 1796545d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ angular
StackFile: null,
RepositoryURL: '',
RepositoryReferenceName: '',
RepositoryAuthentication: true,
RepositoryAuthentication: false,
RepositoryUsername: '',
RepositoryPassword: '',
Env: [],