mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update file tokens docs link
This commit is contained in:
+1
-3
@@ -70,15 +70,13 @@
|
||||
</Confirm>
|
||||
{:else}
|
||||
<Modal bind:show size="s" onSubmit={handleFileToken} title={getModalTitle()}>
|
||||
<!-- TODO: docs link needed-->
|
||||
<svelte:fragment slot="description">
|
||||
{#if fileToken}
|
||||
{@const formattedDate = cleanFormattedDate(fileToken.$createdAt)}
|
||||
Edit the expiry of the file token created on <b>{formattedDate}</b>.
|
||||
{:else}
|
||||
Create a file token to grant access to a file.
|
||||
<!-- TODO: @itznotabug, @adityaoberai need documentations link -->
|
||||
<Link.Anchor href="https://appwrite.com/docs/">Learn more</Link.Anchor>.
|
||||
<Link.Anchor href="https://appwrite.io/docs/products/storage/file-tokens">Learn more</Link.Anchor>.
|
||||
{/if}
|
||||
</svelte:fragment>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user