Fix the allowed extensions for uploading .env files

Remove the file extension restriction because it can be named anything
including .env.local, .env.production, etc.
This commit is contained in:
Steven Nguyen
2023-11-20 10:07:05 -08:00
committed by Steven Nguyen
parent 6bf696aeb3
commit 02df554157
@@ -85,7 +85,7 @@
{/if}
</div>
<InputFile bind:files allowedFileExtensions={['.env']} />
<InputFile bind:files />
<svelte:fragment slot="footer">
<Button text on:click={() => (show = false)}>Cancel</Button>