Gabinete Digital on work.

This commit is contained in:
Paulo Pinto
2020-08-27 13:02:06 +01:00
parent 0773b074f6
commit 104bb42b1b
10 changed files with 81 additions and 120 deletions
-4
View File
@@ -1,8 +1,6 @@
import { Injectable } from '@angular/core';
import { StorageService } from './storage.service';
import { HttpService } from './http.service';
import { Router } from '@angular/router';
import { AuthConnstants } from '../config/auth-constants';
import { HttpClient } from '@angular/common/http';
import { User } from '../models/user.model';
import { environment } from 'src/environments/environment';
@@ -15,8 +13,6 @@ export class AuthService {
constructor(
private storageService: StorageService,
private router: Router,
private http: HttpClient
) { }