Skip to content

Commit

Permalink
Commenting out expires after till I implement
Browse files Browse the repository at this point in the history
  • Loading branch information
Yureien committed Jun 8, 2023
1 parent 2a5024c commit e6fa70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<input id="burn" type="checkbox" bind:checked={config.burnAfterRead} />
</div>

<div>
<!-- <div>
<label for="expires-after" class="py-1">Expires after</label>
<select id="expires-after" class="bg-dark px-1 py-1" bind:value={config.expiresAfter}>
<option selected value="never">Never</option>
Expand All @@ -130,7 +130,7 @@
<option value="1m">1 month</option>
<option value="1y">1 year</option>
</select>
</div>
</div> -->

<input type="text" class="bg-dark px-2 py-1" placeholder="Password" bind:value={password} />

Expand Down

0 comments on commit e6fa70a

Please sign in to comment.