feat: autogenerate vapid keys for push notifications (#3128)

* feat: Autogenerate push notification keys
* add vapid service class and remove pushkey model
* add spec for vapid service
* unset vapid env keys
* Unset VAPID_PRIVATE_KEY env variable

Co-authored-by: Sojan Jose <sojan@chatwoot.com>
Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
This commit is contained in:
Santhosh C
2021-11-09 21:36:32 +05:30
committed by GitHub
parent 0c9b682329
commit 6cfd7d3836
7 changed files with 86 additions and 8 deletions

View File

@@ -34,5 +34,4 @@ describe('campaignMixin', () => {
const wrapper = shallowMount(Component);
expect(wrapper.vm.isOnOffType).toBe(true);
});
});