mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -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 { CookieService } from "ng2-cookies";
|
||||
import { Router } from "@angular/router";
|
||||
import { CookieService } from "ng2-cookies";
|
||||
|
||||
@Component({
|
||||
templateUrl: "cookie.component.html",
|
||||
|
@ -10,7 +10,6 @@ export class CookieComponent implements OnInit {
|
|||
private readonly router: Router) { }
|
||||
|
||||
public ngOnInit() {
|
||||
debugger;
|
||||
const cookie = this.cookieService.getAll();
|
||||
if(cookie.Auth) {
|
||||
const jwtVal = cookie.Auth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue