Skip to content
Snippets Groups Projects

Password fix

Merged H9031 requested to merge password-fix into development
3 files
+ 8
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -532,6 +532,7 @@ export default class EditGameForm extends React.Component {
@@ -532,6 +532,7 @@ export default class EditGameForm extends React.Component {
minLength="3"
minLength="3"
onChange={this.handleChange}
onChange={this.handleChange}
placeholder="Faction password"
placeholder="Faction password"
 
type="password"
form="factionAddFrom"
form="factionAddFrom"
/>
/>
<div
<div
Loading