Update placeholder text for displayName input

Currently new users are asked to put their pw into the displayName input --> reveiling credentials!!
This commit is contained in:
gitbreaker222
2026-04-06 18:39:43 +02:00
committed by GitHub
parent 12cba1f8fb
commit e39fa172cb

View File

@@ -243,7 +243,7 @@ const SignupView = () => {
name='displayName'
label='Display Name'
id='displayName'
placeholder='Confirm password'
placeholder='How others see your name'
value={displayName}
onChange={e => {
setDisplayNameError(null)