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