mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Commit for PR
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import {filter, map, takeWhile, tap} from 'rxjs/operators';
|
import { filter, map, takeWhile } from 'rxjs/operators';
|
||||||
import {Component, OnDestroy, OnInit} from '@angular/core';
|
import { Component, OnDestroy, OnInit } from '@angular/core';
|
||||||
import {FormBuilder, FormGroup, Validators} from '@angular/forms';
|
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
|
||||||
|
|
||||||
import {select, Store} from '@ngrx/store';
|
import { select, Store } from '@ngrx/store';
|
||||||
import {Observable} from 'rxjs';
|
import { Observable } from 'rxjs';
|
||||||
import {
|
import {
|
||||||
AuthenticateAction,
|
AuthenticateAction,
|
||||||
ResetAuthenticationMessagesAction, GetJWTafterShibbLoginAction
|
ResetAuthenticationMessagesAction, GetJWTafterShibbLoginAction
|
||||||
@@ -15,11 +15,11 @@ import {
|
|||||||
isAuthenticated,
|
isAuthenticated,
|
||||||
isAuthenticationLoading,
|
isAuthenticationLoading,
|
||||||
} from '../../../../core/auth/selectors';
|
} from '../../../../core/auth/selectors';
|
||||||
import {CoreState} from '../../../../core/core.reducers';
|
import { CoreState } from '../../../../core/core.reducers';
|
||||||
|
|
||||||
import {isNotEmpty} from '../../../empty.util';
|
import { isNotEmpty } from '../../../empty.util';
|
||||||
import {fadeOut} from '../../../animations/fade';
|
import { fadeOut } from '../../../animations/fade';
|
||||||
import {AuthService} from '../../../../core/auth/auth.service';
|
import { AuthService } from '../../../../core/auth/auth.service';
|
||||||
import { AuthMethodType } from '../../authMethods-type';
|
import { AuthMethodType } from '../../authMethods-type';
|
||||||
import { renderAuthMethodFor } from '../../authMethods-decorator';
|
import { renderAuthMethodFor } from '../../authMethods-decorator';
|
||||||
|
|
||||||
@@ -84,8 +84,6 @@ export class LogInPasswordComponent implements OnDestroy, OnInit {
|
|||||||
*/
|
*/
|
||||||
private alive = true;
|
private alive = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {AuthService} authService
|
* @param {AuthService} authService
|
||||||
|
Reference in New Issue
Block a user