mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Changed modifier of dynamicLoginMethods
This commit is contained in:
@@ -20,8 +20,7 @@ import {DynamicIpComponent} from '../ip/dynamic-ip.component';
|
|||||||
})
|
})
|
||||||
export class LogInContainerComponent implements OnDestroy, OnInit {
|
export class LogInContainerComponent implements OnDestroy, OnInit {
|
||||||
|
|
||||||
private dynamicLoginMethods: Observable<DynamicLoginMethod[]>;
|
public dynamicLoginMethods: Observable<DynamicLoginMethod[]>;
|
||||||
private authInfoInjector: Injector;
|
|
||||||
/**
|
/**
|
||||||
* Injector to inject a section component with the @Input parameters
|
* Injector to inject a section component with the @Input parameters
|
||||||
* @type {Injector}
|
* @type {Injector}
|
||||||
@@ -31,15 +30,14 @@ export class LogInContainerComponent implements OnDestroy, OnInit {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {AuthService} authService
|
|
||||||
* @param {FormBuilder} formBuilder
|
|
||||||
* @param {Store<State>} store
|
* @param {Store<State>} store
|
||||||
|
* @param {Injector} injector
|
||||||
*/
|
*/
|
||||||
constructor(
|
constructor(
|
||||||
private store: Store<AppState>,
|
private store: Store<AppState>,
|
||||||
private injector: Injector
|
private injector: Injector
|
||||||
|
) {
|
||||||
) {}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Lifecycle hook that is called after data-bound properties of a directive are initialized.
|
* Lifecycle hook that is called after data-bound properties of a directive are initialized.
|
||||||
|
Reference in New Issue
Block a user