release: Multi-Hoster-Upload v2.0.4

This commit is contained in:
Sucukdeluxe
2026-08-09 15:52:23 +02:00
parent 1c4d096cb9
commit 48891503ad
10 changed files with 184 additions and 29 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
(function (scope) {
function getAccountSubmitLabel({ isEdit } = {}) {
return isEdit ? 'Prüfen und speichern' : 'Prüfen und anlegen';
function getAccountSubmitLabel() {
return 'Prüfen und speichern';
}
async function submitValidatedAccount({ validate, commit, afterCommit, isCurrent }) {