File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/app/account/components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ <h4 class="title" translate="MODALS.LOGIN_HEADING"></h4>
8282
8383 </ a >
8484 </ div >
85- < div translate ="COMPONENTS.LOGIN_FORM.LOGIN_OR "> </ div >
85+ < div translate ="COMPONENTS.LOGIN_FORM.LOGIN_OR " *ngIf =" authMethodsAvailable.esteid || authMethodsAvailable.smartId || authMethodsAvailable.google || authMethodsAvailable.facebook " > </ div >
8686 < login-form [isDialog] ="true " [redirectSuccess] ="redirectSuccess " [email] ="email "> </ login-form >
8787 </ div >
8888 </ ng-container >
Original file line number Diff line number Diff line change 6565
6666 </ a >
6767 </ div >
68- < div translate ="COMPONENTS.LOGIN_FORM.LOGIN_OR "> </ div >
68+ < div translate ="COMPONENTS.LOGIN_FORM.LOGIN_OR " *ngIf =" authMethodsAvailable.esteid || authMethodsAvailable.smartId || authMethodsAvailable.google || authMethodsAvailable.facebook " > </ div >
6969 < login-form [redirectSuccess] ="redirectSuccess " [email] ="email "> </ login-form >
7070 </ div >
7171</ div >
Original file line number Diff line number Diff line change 7979
8080 </ a >
8181 </ div >
82- < div translate ="VIEWS.REGISTER.REGISTER_OR "> </ div >
82+ < div translate ="VIEWS.REGISTER.REGISTER_OR " *ngIf =" authMethodsAvailable.esteid || authMethodsAvailable.smartId || authMethodsAvailable.google || authMethodsAvailable.facebook " > </ div >
8383 < register-form [redirectSuccess] ="redirectSuccess " [email] ="email "> </ register-form >
8484 </ div >
8585</ div >
You can’t perform that action at this time.
0 commit comments