aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/paths/notfound
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-08-04 13:32:08 -0300
committerSebastian <sebasjm@gmail.com>2023-08-07 08:14:43 -0300
commit37d0f9438e6e6507c46d56324e38a5f0c391ab45 (patch)
tree7cf2dfa017e5130ebc07e4692a897cb74a840df8 /packages/merchant-backoffice-ui/src/paths/notfound
parent44aeaba7b4d21e518928ca545b114e2a8e8c2a24 (diff)
downloadwallet-core-37d0f9438e6e6507c46d56324e38a5f0c391ab45.tar.xz
accesstoken in memory and better login when switching between accounts
Diffstat (limited to 'packages/merchant-backoffice-ui/src/paths/notfound')
-rw-r--r--packages/merchant-backoffice-ui/src/paths/notfound/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx b/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx
index b58948dbd..061a67025 100644
--- a/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx
+++ b/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx
@@ -25,7 +25,6 @@ import { Link } from "preact-router";
export default function NotFoundPage(): VNode {
return (
<div>
- <h1>Error 404</h1>
<p>That page doesn&apos;t exist.</p>
<Link href="/">
<h4>Back to Home</h4>