Skip to content
Snippets Groups Projects

Password fix

Merged H9031 requested to merge password-fix into development
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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