refactor: update OAuth1 fields and normalize signature method display type

This commit is contained in:
Udhay-Adithya
2025-07-23 11:35:15 +05:30
parent a29f594f00
commit 0c87374602
2 changed files with 4 additions and 4 deletions

View File

@@ -76,9 +76,8 @@ class _OAuth1FieldsState extends State<OAuth1Fields> {
ADPopupMenu<String>(
value: _addAuthDataTo,
values: const [
('URL', 'url'),
('Header', 'header'),
('Body', 'body'),
('Request URL / Request Body', 'url'),
('Request Header', 'header'),
],
tooltip: "Select where to add API key",
isOutlined: true,