Add note about expiration time
This commit is contained in:
parent
04138c3ba8
commit
aeafbd07d5
1 changed files with 4 additions and 0 deletions
|
@ -201,5 +201,9 @@
|
|||
|
||||
<input type="file" on:change={fileChange}> (nebo přetáhni soubor na stránku)
|
||||
</div>
|
||||
<div>
|
||||
Vstup expiruje za {Math.floor(expiresInSec / 60)}:{Math.floor(expiresInSec % 60).toLocaleString('en-US', {minimumIntegerDigits: 2, useGrouping:false})
|
||||
}s.
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
|
Reference in a new issue