Tightening rules on code length
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
			
		||||
        <form class="input-group">
 | 
			
		||||
            <input type="text" class="form-control" [(ngModel)]="code" name="code" placeholder="Code">
 | 
			
		||||
            <div class="input-group-append">
 | 
			
		||||
                <button class="btn btn-danger" [routerLink]="['/', code]" style="background-color: #dd0330" [disabled]="code">Open</button>
 | 
			
		||||
                <button class="btn btn-danger" [routerLink]="['/', code]" style="background-color: #dd0330" [disabled]="code.length != 8">Open</button>
 | 
			
		||||
            </div>
 | 
			
		||||
        </form>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user