Access UI
This commit is contained in:
parent
4b9d40464c
commit
d666cab77a
4 changed files with 87 additions and 36 deletions
|
@ -33,9 +33,6 @@ import Account from "./Account";
|
|||
import ResetPassword from "./ResetPassword";
|
||||
import accountApi, {UnauthorizedError} from "../app/AccountApi";
|
||||
|
||||
// TODO races when two tabs are open
|
||||
// TODO investigate service workers
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<Suspense fallback={<Loader />}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue