mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 03:46:57 +08:00
refactor: update OAuth1 fields and normalize signature method display type
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user