Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zombodotcom committed Oct 26, 2019
1 parent 0c9dafb commit 4d5aa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/displaylist/displaylist.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ export class DisplaylistComponent implements OnInit {
formattedMessage;
fullPoeNinjaResponseTableSource;
userForm = new FormGroup({
POESESSID: new FormControl("***Replace***"),
POESESSID: new FormControl("***Replace***", Validators.maxLength(32)),
accountName: new FormControl("qqazraelz", Validators.required),
characterName: new FormControl("ZomboTD", Validators.maxLength(20))
});
Expand Down

0 comments on commit 4d5aa9d

Please sign in to comment.