diff --git a/src/ts/drive/drive.ts b/src/ts/drive/drive.ts index 24dd83f3..b22645aa 100644 --- a/src/ts/drive/drive.ts +++ b/src/ts/drive/drive.ts @@ -67,6 +67,7 @@ export async function checkDriverInit() { } else{ alertError(await res.text()) + location.search = '' } return true } @@ -74,6 +75,7 @@ export async function checkDriverInit() { return false } } catch (error) { + location.search = '' console.error(error) alertError(`Backup Error: ${error}`) return false