mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
Add explanation tooltip on webhook settings view
Also remove token from URI string: should be added by user in settings view
This commit is contained in:
parent
8ae98c91c1
commit
1176be7f20
2 changed files with 3 additions and 2 deletions
|
@ -23,7 +23,6 @@ namespace Ombi.Api.Webhook
|
|||
|
||||
if (!string.IsNullOrWhiteSpace(accessToken))
|
||||
{
|
||||
request.AddQueryString("token", accessToken);
|
||||
request.AddHeader("Access-Token", accessToken);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue