lucaapp / security-concept

Archived Security Overview for Luca
https://gitlab.com/lucaapp/security-overview
43 stars 8 forks source link

Webapp uses wrong format for dates #25

Closed rvnstn closed 3 years ago

rvnstn commented 3 years ago

The webapp uses 'dd.mm.yyyy' as formatstring for dates with momentjs. This results in loading the current daily key every minute. To fix this the string should be 'DD.MM.YYYY'. See https://momentjs.com/docs/#/displaying/

reneme commented 3 years ago

Thanks for the remark. I'll forward this to the developers.

rvnstn commented 3 years ago

Fixed in current Webapp version.