mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
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:
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>
|
||||
|
||||
Reference in New Issue
Block a user