Skip to content

Commit fbd3a38

Browse files
committed
fix
1 parent 45b6609 commit fbd3a38

File tree

1 file changed

+0
-3
lines changed
  • packages/bruno-app/src/components/RequestPane/Auth/ApiKeyAuth

1 file changed

+0
-3
lines changed

packages/bruno-app/src/components/RequestPane/Auth/ApiKeyAuth/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ const ApiKeyAuth = ({ item, collection, updateAuth, request, save }) => {
7171
onChange={(val) => handleAuthChange('key', val)}
7272
onRun={handleRun}
7373
collection={collection}
74-
item={item}
7574
/>
7675
</div>
7776

@@ -84,8 +83,6 @@ const ApiKeyAuth = ({ item, collection, updateAuth, request, save }) => {
8483
onChange={(val) => handleAuthChange('value', val)}
8584
onRun={handleRun}
8685
collection={collection}
87-
item={item}
88-
isSecret={true}
8986
/>
9087
</div>
9188

0 commit comments

Comments
 (0)