Files
micro-frontend/ng-ttc-frontend/src/app/component/token-timer/token-timer.component.html
x2Skyz 6669399b7e
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m5s
-เพิ่ม pkg jose ไว้ encrypt secret key
-jwt services/jwt.service.ts
-เพิ่ม  เวลา expire jwt token
2025-11-23 19:30:54 +07:00

4 lines
127 B
HTML

<div *ngIf="countdown$ | async as countdown" class="token-timer">
<p>หมดอายุใน: {{ countdown }}</p>
</div>