import { Button } from "~/components/ui/button"; import { Card } from "~/components/ui/card"; interface AuthRecoveryOverlayProps { isAuthDegraded: boolean; } export function AuthRecoveryOverlay({ isAuthDegraded, }: AuthRecoveryOverlayProps) { if (!isAuthDegraded) { return null; } return (
Your session has expired. Reload the page to reconnect to the draft.