fedimint / ui

MIT License
23 stars 35 forks source link

fix: required config gen local and consensus + fix password runtime error #406

Closed Kodylow closed 3 months ago

Kodylow commented 3 months ago

Fixes https://github.com/fedimint/ui/issues/397

Consensus and Local are now required for submitting module params in setup so we don't filter them out anymore for the follower, plus me and eric ran into a runtime issue where the password was nulled on refresh that this fixes by doing a !!password check