mbkauthe 1.3.3 → 1.3.4

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.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "MBKTechStudio's reusable authentication system for Node.js applications.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -581,7 +581,7 @@
581
581
  <div class="WarningboxInfo">
582
582
  You Are Already Logged In With username
583
583
  <span class="username">"<span id="headerProfileUserName">{{username}}</span>"</span>. Go To
584
- <a class="terms-link" href="/home">Home Page</a>
584
+ <a class="terms-link" href="{{customURL}}">Dashboard</a>
585
585
  </div>
586
586
  {{/if }}
587
587