diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 4817eee8..00000000 --- a/SECURITY.md +++ /dev/null @@ -1,24 +0,0 @@ -# Security Policy - -## Supported Versions - -Use this section to tell people about which versions of your project are -currently being supported with security updates. - -Currently **Palettegram** is in rapid development process and it will be better to always be on the latest version. - -| Version | Supported | -| ------- | ------------------ | -| 1.0.5 | :white_check_mark: | -| 1.0.4 | :white_check_mark: | -| 1.0.3 | :white_check_mark: | -| 1.0.2 | :white_check_mark: | -| 1.0.1 | :white_check_mark: | -| 1.0.0 | :x: | -| 0.0.0 | :x: | - -## Reporting a Vulnerability - -If you find any vulnerability, please let me know :smile:. - -Address the issue in the [discord server](https://discord.gg/TAW9vC2Hu7) or reach out to me personally on the my email: [sanchit02@outlook.com](mailto:sanchit02@outlook.com?subject=Palettegram%20vulnerabilities) diff --git a/src/app/(auth)/verify/page.tsx b/src/app/(auth)/verify/page.tsx index efb79135..7b7ad22b 100644 --- a/src/app/(auth)/verify/page.tsx +++ b/src/app/(auth)/verify/page.tsx @@ -1,5 +1,6 @@ "use client"; -import React from "react"; +import { Suspense } from "react"; +import Loader from "@/app/loading"; import VerificationComponent from "@/components/pages/auth/verification"; import Footer from "@/components/core/footer"; import Image from "next/image"; @@ -14,27 +15,29 @@ export default function VerifyPage({ searchParams }: VerifyProps) { if (userId === undefined && secret === undefined) { return ( <> -
-
-
- logo -

- Please check your inbox and{" "} +
+
+
+ logo +

+ Please check your inbox/spam and{" "} verify your account. -

+

+ + Open your email +
- - Open Mail - -
-
+ +