File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2121 < input type ="password " id ="password " class ="form-control " ngModel name ="password " required minlength ="6 "
2222 [ngClass] ="{'is-invalid' : formFailedSubmit && errorFields.includes('password'), 'is-valid' : formFailedSubmit && !errorFields.includes('password')} ">
2323 </ div >
24- < div class ="mt-5 ">
25- < button class ="btn btn-primary " type ="submit " [disabled] ="!authForm.valid "> {{'Login'}}</ button >
24+ < div class ="row ">
25+ < div class ="mt-5 col-md-3 ">
26+ < button class ="btn btn-primary " type ="submit " [disabled] ="!authForm.valid "> {{'Login'}}</ button >
27+ </ div >
28+ < div class ="mt-5 col-md-6 ">
29+ < a class ="btn btn-secondary " href ="{{getKombitLoginUrl()}} "> {{'AUTH.KOMBIT-BUTTON' | translate}}</ a >
30+ </ div >
2631 </ div >
2732 </ form >
28- < a class ="btn btn-secondary mt-4 " href ="{{getKombitLoginUrl()}} "> {{'AUTH.KOMBIT-BUTTON' | translate}}</ a >
2933 </ div >
3034</ div >
You can’t perform that action at this time.
0 commit comments