Fixed login, added clear storage button
This commit is contained in:
parent
b7266da61f
commit
462fc19591
6 changed files with 270 additions and 11 deletions
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue