Closed Greenheart closed 3 years ago
Currently, the decrypt-template.html contains about 75% unused code that is shipped to production but not actually used for the simple login page.
decrypt-template.html
This needs to be fixed to improve performance. The Pagecrypt decrypt-template.html wrapper should be as thin as possible.
No need after pagecrypt@3.0.0 which removes the large external dependencies for the frontend codebase
pagecrypt@3.0.0
Currently, the
decrypt-template.html
contains about 75% unused code that is shipped to production but not actually used for the simple login page.This needs to be fixed to improve performance. The Pagecrypt
decrypt-template.html
wrapper should be as thin as possible.