notherbase-fs 4.3.0 → 4.3.1

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": "notherbase-fs",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Functions to help make developing for NotherBase easier.",
5
5
  "exports": "./notherbase-fs.js",
6
6
  "scripts": {
package/public/js/base.js CHANGED
@@ -221,7 +221,7 @@ class Base {
221
221
  return response;
222
222
  }
223
223
 
224
- sendOTP = async (email) => {
224
+ sendOTP = async () => {
225
225
  let response = await Base.commune("sendOTP");
226
226
 
227
227
  return response;
@@ -25,7 +25,7 @@
25
25
  <input type="password" placeholder="password" id="pass">
26
26
  </label>
27
27
  <button id="login" onclick="coverLogin()">Login</button>
28
- <a href="/the-front/keeper">Reset Password</a>
28
+ <a href="www.notherbase.com/the-front/keeper">Reset Password</a>
29
29
  </div>
30
30
  <p class="info"></p>
31
31