mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(app): remove passwords from registries list response (#334)
This commit is contained in:
parent
7f089fab86
commit
9044b25a23
3 changed files with 4 additions and 2 deletions
|
@ -70,7 +70,6 @@ export interface Registry {
|
|||
BaseURL: string;
|
||||
Authentication: boolean;
|
||||
Username: string;
|
||||
Password?: string;
|
||||
RegistryAccesses: RegistryAccesses | null;
|
||||
Gitlab: Gitlab;
|
||||
Quay: Quay;
|
||||
|
|
|
@ -15,7 +15,6 @@ function buildTestRegistry(
|
|||
Name: name,
|
||||
Username: '',
|
||||
Authentication: false,
|
||||
Password: '',
|
||||
BaseURL: '',
|
||||
Ecr: { Region: '' },
|
||||
Github: { OrganisationName: '', UseOrganisation: false },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue