mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 21:05:23 +02:00
fix authentication toggle on by default - set to off (#5666)
This commit is contained in:
parent
af8065e8c2
commit
1796545d2e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ angular
|
||||||
StackFile: null,
|
StackFile: null,
|
||||||
RepositoryURL: '',
|
RepositoryURL: '',
|
||||||
RepositoryReferenceName: '',
|
RepositoryReferenceName: '',
|
||||||
RepositoryAuthentication: true,
|
RepositoryAuthentication: false,
|
||||||
RepositoryUsername: '',
|
RepositoryUsername: '',
|
||||||
RepositoryPassword: '',
|
RepositoryPassword: '',
|
||||||
Env: [],
|
Env: [],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue