mbkauthe 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mbkauthe",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "MBKTechStudio's reusable authentication system for Node.js applications.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -8,11 +8,11 @@
8
8
  <meta name="description"
9
9
  content="Log in to portal.mbktechstudio.com to access your resources and manage projects securely.">
10
10
  <meta name="keywords" content="MBK Tech Studio, Web-Portal, Web, Portal, Admin-Panel, Admin, login">
11
- <meta property="og:title" content="Portal Login | MBK Tech Studio" />
11
+ <meta property="og:title" content="Login | MBK Tech Studio" />
12
12
  <meta property="og:image" content="https://www.mbktechstudio.com/Assets/Images/Icon/logo.png" />
13
13
  <meta property="og:url" content="https://portal.mbktechstudio.com/login">
14
14
  <title>Login | MBK Tech Studio Portal</title>
15
- <link rel="icon" type="image/x-icon" href="/Assets/Images/dgicon.svg">
15
+ <link rel="icon" type="image/x-icon" href="https://mbktechstudio.com/Assets/Images/Icon/dgicon.svg">
16
16
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
17
17
  <link rel="preconnect" href="https://fonts.googleapis.com">
18
18
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -390,7 +390,7 @@
390
390
  <nav>
391
391
  <div class="navbar">
392
392
  <a class="logo">
393
- <img src="/Assets/Images/dg.svg" alt="MBK Tech Studio Logo">
393
+ <img src="https://mbktechstudio.com/Assets/Images/Icon/dgicon.svg" alt="MBK Tech Studio Logo">
394
394
  <span class="logo-text">MBK Authe</span>
395
395
  </a>
396
396
  </div>
@@ -523,7 +523,7 @@
523
523
 
524
524
  // Redirect to the appropriate page
525
525
  const redirectUrl = new URLSearchParams(window.location.search).get('redirect');
526
- window.location.href = redirectUrl ? decodeURIComponent(redirectUrl) : '/chatbot';
526
+ window.location.href = redirectUrl ? decodeURIComponent(redirectUrl) : '{{customURL}}';
527
527
  } else {
528
528
  // Handle errors
529
529
  grecaptcha.reset();