mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
Login_connect_done
This commit is contained in:
@@ -44,7 +44,7 @@ export default function ForgotPass() {
|
||||
</form>
|
||||
<div className="mt-[2vh] flex w-full justify-center text-sm">
|
||||
<h2 className="gap-1 text-right text-[#5F5F5F] md:flex">
|
||||
Don't have an account ?
|
||||
Don't have an account ?
|
||||
<h2
|
||||
className="text-center font-medium text-white hover:cursor-pointer"
|
||||
onClick={() => navigate('/register')}
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function Login() {
|
||||
</button>
|
||||
<div className="flex w-full justify-center text-sm">
|
||||
<h2 className="flex gap-1 text-right text-[#5F5F5F]">
|
||||
Don't have an account ?
|
||||
Don't have an account ?
|
||||
<h2
|
||||
className="text-center font-medium text-white hover:cursor-pointer"
|
||||
onClick={() => navigate('/register')}
|
||||
|
||||
Reference in New Issue
Block a user