reinstate set password page

This commit is contained in:
2025-12-21 17:08:24 +01:00
parent 5147299c0e
commit 828b0ee7d2
4 changed files with 114 additions and 324 deletions

View File

@@ -1,10 +1,4 @@
import { useLocation } from "react-router";
import { Link } from "react-router";
import { useSession } from "./Session";
export default function Footer() {
const location = useLocation();
const { user, teams } = useSession();
return (
<footer className="footer">
<div className="content has-text-centered">