From 3375086c6f7a03b7af13769b06499591924cc714 Mon Sep 17 00:00:00 2001 From: Julius Gruber Date: Mon, 2 Sep 2019 17:13:06 +0200 Subject: [PATCH] Commit for PR --- .../password/log-in-password.component.ts | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/app/shared/log-in/methods/password/log-in-password.component.ts b/src/app/shared/log-in/methods/password/log-in-password.component.ts index 6b1ed2ea51..b312a0ce1d 100644 --- a/src/app/shared/log-in/methods/password/log-in-password.component.ts +++ b/src/app/shared/log-in/methods/password/log-in-password.component.ts @@ -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