1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

Safari date time fix (#877)

* date/time fixes for safari

* cleanup

* updated jslib

* whitespace
This commit is contained in:
Addison Beck
2021-03-08 16:10:16 -05:00
committed by GitHub
parent ec3154ea46
commit bdf6dcd8cd
5 changed files with 67 additions and 17332 deletions

View File

@@ -19,4 +19,5 @@ if (process.env.ENV === 'production') {
// Other polyfills
require('whatwg-fetch');
require('webcrypto-shim');
require('date-input-polyfill');
/* tslint:enable */