feat: remove unused access to user profile
This commit is contained in:
@ -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" />
|
||||
|
Reference in New Issue
Block a user