lucaapp/security-concept

Webapp uses wrong format for dates

rvnstn opened this issue · 2 comments

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/

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

Fixed in current Webapp version.