Fixed login, added clear storage button

This commit is contained in:
Alois 2026-04-07 15:57:51 +02:00
commit 462fc19591
6 changed files with 270 additions and 11 deletions

View file

@ -1,5 +1,5 @@
import * as React from "react";
import CreateScreen from "./util";
import CreateScreen, { StorageDestoryer } from "./util";
const DELAY = 250;
@ -79,6 +79,7 @@ export default function Screen(props: ScreenProps) {
}}
/>
</div>
<StorageDestoryer />
</CreateScreen>
);
}