mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
Changed selector of ds-auth-methods
This commit is contained in:
@@ -3,11 +3,8 @@
|
||||
<div>
|
||||
<img class="mb-4 login-logo" src="assets/images/dspace-logo.png">
|
||||
<h1 class="h3 mb-0 font-weight-normal">{{"login.form.header" | translate}}</h1>
|
||||
<!-- <ds-log-in
|
||||
[isStandalonePage]="true"></ds-log-in>-->
|
||||
<ds-auth-methods
|
||||
[isStandalonePage]="true">
|
||||
</ds-auth-methods>
|
||||
<ds-log-in
|
||||
[isStandalonePage]="true"></ds-log-in>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -6,10 +6,8 @@
|
||||
class="px-1">{{ 'nav.login' | translate }}</a>
|
||||
<div id="loginDropdownMenu" [ngClass]="{'pl-3 pr-3': (loading | async)}" ngbDropdownMenu
|
||||
aria-labelledby="dropdownLogin">
|
||||
<!-- <ds-log-in
|
||||
[isStandalonePage]="false"></ds-log-in>-->
|
||||
<ds-auth-methods
|
||||
[isStandalonePage]="false"></ds-auth-methods>
|
||||
<ds-log-in
|
||||
[isStandalonePage]="false"></ds-log-in>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
@@ -6,7 +6,7 @@ import { getAuthenticationMethods, isAuthenticated, isAuthenticationLoading } fr
|
||||
import { CoreState } from '../../core/core.reducers';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-auth-methods',
|
||||
selector: 'ds-log-in',
|
||||
templateUrl: './log-in.component.html',
|
||||
styleUrls: ['./log-in.component.scss']
|
||||
})
|
||||
|
Reference in New Issue
Block a user