chore(web): put sign-in email notifications setting under paywall (#2249)
* chore: upgrade setting names to value objects * chore(web): put sign-in email notifications setting under paywall * chore: fix using setting name value objects in mocha tests * chore: fix wording on email notifications titles
This commit is contained in:
@@ -194,7 +194,7 @@ describe('features', () => {
|
||||
return false
|
||||
})
|
||||
|
||||
expect(await application.settings.getDoesSensitiveSettingExist(SettingName.ExtensionKey)).to.equal(false)
|
||||
expect(await application.settings.getDoesSensitiveSettingExist(SettingName.create(SettingName.NAMES.ExtensionKey).getValue())).to.equal(false)
|
||||
|
||||
const extensionKey = UuidGenerator.GenerateUuid().split('-').join('')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user