Don't need to refresh Pushover config after entering token

This commit is contained in:
JonnyWong16 2024-02-17 23:18:13 +00:00
parent d0c07326ab
commit c172965ec8
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -3284,8 +3284,7 @@ class PUSHOVER(Notifier):
'value': self.config['api_token'],
'name': 'pushover_api_token',
'description': 'Your Pushover API token.',
'input_type': 'token',
'refresh': True
'input_type': 'token'
},
{'label': 'Pushover User or Group Key',
'value': self.config['key'],