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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user