mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 17:25:03 +03:00
@@ -172,7 +172,7 @@ const EditUserUsernameStep = React.memo(({ id, onBack, onClose }) => {
|
||||
name="username"
|
||||
value={data.username}
|
||||
placeholder={username}
|
||||
maxLength={16}
|
||||
maxLength={32}
|
||||
className={styles.field}
|
||||
onChange={handleFieldChange}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user