mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 13:28:12 -04:00
Update accepted extensions
This commit is contained in:
committed by
Leendert de Borst
parent
52ee530519
commit
de07764e91
@@ -19,7 +19,7 @@
|
||||
|
||||
@code {
|
||||
private IStringLocalizer Localizer => LocalizerFactory.Create("Components.Main.Settings.ImportExport.ImportServices", "AliasVault.Client");
|
||||
private static readonly string[] AcceptedExtensions = new[] { ".csv", ".zip" };
|
||||
private static readonly string[] AcceptedExtensions = new[] { ".zip", ".csv" };
|
||||
|
||||
private static async Task<List<ImportedCredential>> ProcessFile(string filename, byte[] fileBytes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user