feat: remove unused access to user profile

This commit is contained in:
2025-06-07 19:17:39 +02:00
parent 4b496ea9bd
commit cee885a84d

View File

@ -1,12 +1,9 @@
import { Button } from "@/components/ui/button";
import { useAuth } from "@/store/auth";
import { ArrowRight } from "lucide-react";
import type { FC } from "react";
import { Link } from "react-router";
const VerifyStartPage: FC = () => {
const profile = useAuth((s) => s.profile);
return (
<div className="flex flex-col items-center justify-center gap-5 w-full h-screen px-4 sm:px-0 sm:max-w-xl sm:h-auto text-center">
<img src="/icon.png" className="w-16 h-16" alt="icon" />