mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Added refresh token functionality
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
import { Component, OnDestroy, OnInit } from '@angular/core';
|
||||
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
|
||||
|
||||
// @ngrx
|
||||
import { Store } from '@ngrx/store';
|
||||
|
||||
// rxjs
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
import 'rxjs/add/operator/filter';
|
||||
import 'rxjs/add/operator/takeWhile';
|
||||
|
||||
// actions
|
||||
import { AuthenticateAction, ResetAuthenticationMessagesAction } from '../../core/auth/auth.actions';
|
||||
|
||||
// reducers
|
||||
import {
|
||||
getAuthenticationError, getAuthenticationInfo,
|
||||
isAuthenticated,
|
||||
|
Reference in New Issue
Block a user