Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Dec 13, 2023
1 parent ae82390 commit 0e50088
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/mods/foreground/entities/users/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export function UserLoginPage(props: UserProps & PromiseProps<User, any>) {
sessionStorage.setItem("uuid", userQuery.data.inner.uuid)
sessionStorage.setItem("password", defPasswordInput)

await navigator.storage.persist()

ok(userQuery.data.inner)
}, [defPasswordInput, userQuery.data?.inner.uuid, background])

Expand Down
2 changes: 1 addition & 1 deletion src/mods/foreground/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function HomePage() {
{totalPricedBalanceDisplay}
</div>
<div className="h-4" />
<div className="po-md border border-contrast h-[400px] rounded-xl flex flex-col items-center justify-center">
<div className="po-md border border-contrast h-[300px] rounded-xl flex flex-col items-center justify-center">
<img src="/favicon.png" alt="logo" className="h-12 w-auto" />
<div className="">
Coming soon...
Expand Down

0 comments on commit 0e50088

Please sign in to comment.