From 37d0f9438e6e6507c46d56324e38a5f0c391ab45 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 4 Aug 2023 13:32:08 -0300 Subject: accesstoken in memory and better login when switching between accounts --- packages/merchant-backoffice-ui/src/paths/notfound/index.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/src/paths/notfound/index.tsx') 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 (
-

Error 404

That page doesn't exist.

Back to Home

-- cgit v1.2.3