feat(ntfy): describe user & psswd in auth dialog

This commit is contained in:
Ali BARIN
2022-12-08 19:36:41 +01:00
parent d4e8eb276d
commit 179c0a39d4

View File

@@ -22,6 +22,7 @@ export default {
readOnly: false,
placeholder: null,
clickToCopy: false,
description: 'You may need to provide your username if your installation requires authentication.',
},
{
key: 'password',
@@ -31,6 +32,7 @@ export default {
readOnly: false,
placeholder: null,
clickToCopy: false,
description: 'You may need to provide your password if your installation requires authentication.',
},
],