Merge branch 'main' into main

This commit is contained in:
sageTheDm 2024-10-09 16:28:53 +02:00
commit b8eccfbefe
13 changed files with 65 additions and 68 deletions

View file

@ -45,7 +45,6 @@ export const sendToDatabase = async () => {
if (useName && usePassword) {
const result = await changeSettings(useName, usePassword, JSON.parse(exportSettings()))
if (result == true) {
alert('Data has been transferred')
window.location.reload();
}
}