Skip to content

Prefill fake credentials in development

Axel Bocciarelli requested to merge dev-login into master

You're welcome 😂

image

I've done a sanity check and can confirm that the 'abcd' string does not end up in any of the production JS chunks (the minification gets rid of the ternaries). This has no effect on the tests either, where NODE_ENV is 'test'.

Merge request reports