Fixed build

pull/1614/head
tidusjar 7 years ago
parent 4caef96f97
commit ba13f141aa

@ -1,6 +1,6 @@
import { Component, OnInit } from "@angular/core"; import { Component, OnInit } from "@angular/core";
import { CookieService } from "ng2-cookies";
import { Router } from "@angular/router"; import { Router } from "@angular/router";
import { CookieService } from "ng2-cookies";
@Component({ @Component({
templateUrl: "cookie.component.html", templateUrl: "cookie.component.html",
@ -10,7 +10,6 @@ export class CookieComponent implements OnInit {
private readonly router: Router) { } private readonly router: Router) { }
public ngOnInit() { public ngOnInit() {
debugger;
const cookie = this.cookieService.getAll(); const cookie = this.cookieService.getAll();
if(cookie.Auth) { if(cookie.Auth) {
const jwtVal = cookie.Auth; const jwtVal = cookie.Auth;

Loading…
Cancel
Save