diff --git a/src/main/resources/static/html/login.html b/src/main/resources/static/html/login.html
index ebb01d307e0f98e525488bd0e75b5be5cccf663a..0ef4598bd2efc51196e0aa5c1ffb151110e268be 100644
--- a/src/main/resources/static/html/login.html
+++ b/src/main/resources/static/html/login.html
@@ -6,8 +6,8 @@
   <title>User Login</title>
 <!--  <link rel="stylesheet" href="/css/index.css">-->
   <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
-<!--  <script src="/js/bcrypt.min.js"></script>-->
-  <script src="https://cdn.bootcdn.net/ajax/libs/bcryptjs/2.4.3/bcrypt.min.js"></script>
+  <script src="/js/bcrypt.min.js"></script>
+
 </head>
 <body>
 <h1>User Login</h1>
diff --git a/src/main/resources/static/html/register.html b/src/main/resources/static/html/register.html
index 49887c18530eb22020fa104b08ff754adf64ea25..46980270a34fb92189a0907254579284ec4b6d57 100644
--- a/src/main/resources/static/html/register.html
+++ b/src/main/resources/static/html/register.html
@@ -6,8 +6,8 @@
   <title>User Registration</title>
   <link rel="stylesheet" href="/css/index.css">
   <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
-<!--  <script src="/js/bcrypt.min.js"></script>-->
-  <script src="https://cdn.bootcdn.net/ajax/libs/bcryptjs/2.4.3/bcrypt.min.js"></script>
+  <script src="/js/bcrypt.min.js"></script>
+
 </head>
 <body>
 <h1>User Register</h1>