feat: remove unused access to user profile
This commit is contained in:
@ -1,12 +1,9 @@
|
|||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
import { useAuth } from "@/store/auth";
|
|
||||||
import { ArrowRight } from "lucide-react";
|
import { ArrowRight } from "lucide-react";
|
||||||
import type { FC } from "react";
|
import type { FC } from "react";
|
||||||
import { Link } from "react-router";
|
import { Link } from "react-router";
|
||||||
|
|
||||||
const VerifyStartPage: FC = () => {
|
const VerifyStartPage: FC = () => {
|
||||||
const profile = useAuth((s) => s.profile);
|
|
||||||
|
|
||||||
return (
|
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">
|
<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" />
|
<img src="/icon.png" className="w-16 h-16" alt="icon" />
|
||||||
|
Reference in New Issue
Block a user