Update download filename in log page and handle form submission errors in login page
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
let url = URL.createObjectURL(blob);
|
||||
|
||||
let link = document.createElement("a");
|
||||
link.download = "data.json";
|
||||
link.download = "adventurelog-export.json";
|
||||
link.href = url;
|
||||
link.click();
|
||||
URL.revokeObjectURL(url);
|
||||
|
||||
Reference in New Issue
Block a user