forked from EVOgeek/Vmeda.Online
		
	Merge pull request #2892 from crazyserver/MOBILE-3320
MOBILE-3320 login: Use type submit on connect button
This commit is contained in:
		
						commit
						27e802922f
					
				@ -74,7 +74,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        <ion-item *ngIf="siteSelector == 'url'" lines="none">
 | 
					        <ion-item *ngIf="siteSelector == 'url'" lines="none">
 | 
				
			||||||
            <ion-label>
 | 
					            <ion-label>
 | 
				
			||||||
                <ion-button expand="block" [disabled]="!siteForm.valid" class="ion-text-wrap">
 | 
					                <ion-button expand="block" [disabled]="!siteForm.valid" class="ion-text-wrap" type="submit">
 | 
				
			||||||
                    {{ 'core.login.connect' | translate }}
 | 
					                    {{ 'core.login.connect' | translate }}
 | 
				
			||||||
                </ion-button>
 | 
					                </ion-button>
 | 
				
			||||||
            </ion-label>
 | 
					            </ion-label>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user