mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Reduced use of own css
This commit is contained in:
@@ -135,6 +135,7 @@ export class AuthService {
|
||||
*/
|
||||
public checkAuthenticationToken(): Observable<AuthTokenInfo> {
|
||||
return this.store.select(getAuthenticationToken)
|
||||
.take(1)
|
||||
.map((authTokenInfo: AuthTokenInfo) => {
|
||||
let token: AuthTokenInfo;
|
||||
// Retrieve authentication token info and check if is valid
|
||||
|
Reference in New Issue
Block a user