mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fixed build
This commit is contained in:
parent
4caef96f97
commit
ba13f141aa
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue