mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
fix(notifications): update and list password (#1951)
This commit is contained in:
parent
3f8bc0140c
commit
9eff694a5f
3 changed files with 44 additions and 37 deletions
1
web/src/types/Notification.d.ts
vendored
1
web/src/types/Notification.d.ts
vendored
|
@ -26,4 +26,5 @@ interface ServiceNotification {
|
|||
topic?: string;
|
||||
host?: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue