Skip to content

Commit

Permalink
✔ Fix Typo ~
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Jun 28, 2023
1 parent c125da6 commit a810d45
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/fansubid/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<noscript>🎉 Harap Menyalakan JavaScript Untuk Dapat Mengakses Website Ini ✨</noscript>
</div>
<app-root></app-root>
<script src="runtime.0d38cf6226f4222e.js" type="module"></script><script src="polyfills.325a71d3e423341a.js" type="module"></script><script src="scripts.03e7a8120a25f41a.js" defer></script><script src="main.b9f2205381abd5c4.js" type="module"></script>
<script src="runtime.0d38cf6226f4222e.js" type="module"></script><script src="polyfills.325a71d3e423341a.js" type="module"></script><script src="scripts.03e7a8120a25f41a.js" defer></script><script src="main.0dd773dd188336b7.js" type="module"></script>


</body></html>
1 change: 1 addition & 0 deletions dist/fansubid/browser/main.0dd773dd188336b7.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/fansubid/browser/main.b9f2205381abd5c4.js

This file was deleted.

8 changes: 4 additions & 4 deletions dist/fansubid/browser/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1687934142606,
"timestamp": 1687956775949,
"index": "/index.html",
"assetGroups": [
{
Expand Down Expand Up @@ -41,7 +41,7 @@
"/common.ac0ed540e3ab82a3.js",
"/favicon.ico",
"/index.html",
"/main.b9f2205381abd5c4.js",
"/main.0dd773dd188336b7.js",
"/manifest.webmanifest",
"/polyfills.325a71d3e423341a.js",
"/runtime.0d38cf6226f4222e.js",
Expand Down Expand Up @@ -114,8 +114,8 @@
"/960.5e014ce2e6e49bcf.js": "f853b2cc2ee3b2b356b3aee241491de4c14cba22",
"/common.ac0ed540e3ab82a3.js": "27ad6f976af96ecfe2f83db7a8e582f55ed6d0e9",
"/favicon.ico": "071facb8fab2e4b3493dcfbb0b02d7bd21bca97e",
"/index.html": "540549c738343ed31177ab400846f55db24e5ca8",
"/main.b9f2205381abd5c4.js": "58502eba30c514d79c9c5eb97e5d3d9572e3a113",
"/index.html": "1a26815d850085ec6659f0ef0c44185ec7c7dc68",
"/main.0dd773dd188336b7.js": "cc4b84863076540922a4b557e2b3b142c405f99b",
"/manifest.webmanifest": "eafb5426cdc9fd714787e5453af315b9972875a3",
"/polyfills.325a71d3e423341a.js": "18f8a8b77e7d11be1385d438c6d218cc68c0edb3",
"/runtime.0d38cf6226f4222e.js": "c595bce03440b928a62f19eef2986a34c546bd90",
Expand Down
2 changes: 1 addition & 1 deletion dist/fansubid/server/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/_shared/services/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class AuthService {
this.toast.remove(this.timeoutToast.toastId);
this.timeoutToast = null;
}
const expires = new Date(this.cs.jwtView(token).exp * 1000);
const expires = new Date(this.cs.jwtView(this.token).exp * 1000);
const minBefore = 5 * 60 * 1000;
const notifTime = expires.getTime() - minBefore;
this.timeOut = setTimeout(() => {
Expand Down

0 comments on commit a810d45

Please sign in to comment.