From e6eedad6398cf37e64586cc27611a398d58121f2 Mon Sep 17 00:00:00 2001 From: Luiz Kill Date: Tue, 2 Aug 2022 10:32:13 -0300 Subject: Adds Pushover user attributes --- modern/src/common/attributes/useUserAttributes.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modern/src/common') diff --git a/modern/src/common/attributes/useUserAttributes.js b/modern/src/common/attributes/useUserAttributes.js index a100539e..81230884 100644 --- a/modern/src/common/attributes/useUserAttributes.js +++ b/modern/src/common/attributes/useUserAttributes.js @@ -5,6 +5,14 @@ export default (t) => useMemo(() => ({ name: t('attributeTelegramChatId'), type: 'string', }, + pushoverUserKey: { + name: t('attributePushoverUserKey'), + type: 'string', + }, + pushoverDeviceNames: { + name: t('attributePushoverDeviceNames'), + type: 'string', + }, 'mail.smtp.host': { name: t('attributeMailSmtpHost'), type: 'string', -- cgit v1.2.3