Open SendFlo opened 6 years ago
as far as I understand it:
doichain-dapp\imports\startup\client\routes.js should / can overwrite values in
doichain-dapp\packages\accounts-ui\imports\accounts_ui.js
so that things are double is not that strange. but: the pop-up tooltip should also use the value overwritten in the routes.js.
why thats not happening, that must be fixed.
How is the situation here right now? Should we discuss this issue here again?
doichain-dapp\imports\startup\client\routes.js
minimumPasswordLength: 8;
is used on registration_doichain-dapp\packages\accounts-ui\imports\accountsui.js
minimumPasswordLength: 7;
is used in the pop-up-tooltip