diff --git a/apps/web/src/views/auth.tsx b/apps/web/src/views/auth.tsx
index 0cfa04195..79c95e15b 100644
--- a/apps/web/src/views/auth.tsx
+++ b/apps/web/src/views/auth.tsx
@@ -9,6 +9,7 @@ import {
MFAEmail,
MFARecoveryCode,
ArrowRight,
+ Logout,
} from "../components/icons";
import Field from "../components/field";
import { getQueryParams, hardNavigate, makeURL } from "../navigation";
@@ -157,6 +158,24 @@ function Auth(props: AuthProps) {
>
Jump to app
+ ) : route === "sessionExpiry" ? (
+ <>
+
+ >
) : null}
{Route && (