Quicksave

This commit is contained in:
Mawoka
2025-08-22 12:33:15 +02:00
parent bd659895ad
commit 51f1d74cf2
45 changed files with 15682 additions and 2572 deletions
@@ -28,6 +28,7 @@ SPDX-License-Identifier: MPL-2.0
body: JSON.stringify({ auth_type: 'PASSWORD', data: password })
});
if (res.status === 200) {
window.location.reload();
done = true;
} else if (res.status === 202) {
step += 1;