mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: #4786 API Keys Update Expiration Date
API Keys Update Expiration Date description fixed
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@
|
||||
<Form on:submit={updateExpire}>
|
||||
<CardGrid>
|
||||
<Heading tag="h6" size="7">Update Expiration Date</Heading>
|
||||
<p class="text">Choose any name that will help you distinguish between API keys.</p>
|
||||
<p class="text">Set a date after which your API Key will expire.</p>
|
||||
<svelte:fragment slot="aside">
|
||||
<FormList>
|
||||
<InputDateTime id="expire" label="Expiration Date" bind:value={expire} />
|
||||
|
||||
Reference in New Issue
Block a user