resonatecoop / id-server-template

Resonate Coop ID Server
Mozilla Public License 2.0
3 stars 3 forks source link

False showing under Display name input on Create your account page #59

Closed jackhajb closed 2 years ago

jackhajb commented 2 years ago

The issue seems to be within the ID repo frontend > src > components > forms > profile.js line 219-224. The displayName field is being passed to the form component front-end > src > components > forms > generic.js, line 74 appears to be where the code displaying based on the help variable which was not passed from profile.js and is most likely causing false to display. image

Name

The word 'false' appears on account creation

Description

Unexpectedly see the word 'false' See image image

Steps to reproduce

Create an account. Check your email Click the 'confirm you email' link On this page: https://id.resonate.ninja/account It will say 'false' underneath the 'Displayname' field

Expected Results vs Actual Results

Expected: not to see the word false

Actual: see the word false

Source URL

https://id.resonate.ninja/account

Environment

Firefox 96, Ubuntu 20.04