Merge pull request #2892 from crazyserver/MOBILE-3320
MOBILE-3320 login: Use type submit on connect buttonmain
commit
27e802922f
|
@ -74,7 +74,7 @@
|
|||
|
||||
<ion-item *ngIf="siteSelector == 'url'" lines="none">
|
||||
<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 }}
|
||||
</ion-button>
|
||||
</ion-label>
|
||||
|
|
Loading…
Reference in New Issue