+ Sign Up Successful
+ Your account has been created successfully!
+ You can now use HashPass to manage your passwords securely.
+
+ );
+}
\ No newline at end of file
diff --git a/extension/src/hashpass/app/site_login_popup/site_login_component.tsx b/extension/src/hashpass/app/site_login_popup/site_login_component.tsx
index 829c276..cd2754d 100644
--- a/extension/src/hashpass/app/site_login_popup/site_login_component.tsx
+++ b/extension/src/hashpass/app/site_login_popup/site_login_component.tsx
@@ -1,5 +1,5 @@
"use client";
-import React, { useState } from 'react';
+import React, { useEffect, useState } from 'react';
import { decrypt } from "../security_components/tools/AES_tool";
import { calculatePassword } from '../security_components/components/password_generator';
import { parse } from "tldts";
@@ -33,7 +33,7 @@ export async function getEncryptedUuid(uuid: string): Promise