From e02f7ee46876d32ca094c2b5cf3647248baf7645 Mon Sep 17 00:00:00 2001 From: physcik Date: Sun, 3 May 2026 21:26:49 +0500 Subject: Register page + logout --- front/src/Authentication/LoginPage.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'front/src/Authentication/LoginPage.tsx') diff --git a/front/src/Authentication/LoginPage.tsx b/front/src/Authentication/LoginPage.tsx index e98c506..e673418 100644 --- a/front/src/Authentication/LoginPage.tsx +++ b/front/src/Authentication/LoginPage.tsx @@ -3,7 +3,6 @@ import { useContext, useState } from "react"; import { useNavigate } from "react-router"; import { BackendURL } from "../Config"; import { Authentication, SaveState } from "./ContextProvider"; -import { useCookies } from 'react-cookie'; import { GetLocalizedString } from "../Locales/Locales"; import { LanguageContext } from "../Locales/Context"; @@ -40,6 +39,9 @@ function LoginPage() { window.location.reload(); }); }}> { GetLocalizedString("Log in", lang) } + + +

Don't have an account? Click here.

); } -- cgit v1.3