@supabase/gotrue-js
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -27,3 +27,2 @@ "use strict"; | ||
let data = yield fetch_1.post(`${this.url}/signup`, { email, password }, { headers: this.headers }); | ||
console.log('signUpWithEmail data', data); | ||
return { data, error: null }; | ||
@@ -46,3 +45,2 @@ } | ||
let data = yield fetch_1.post(`${this.url}/token?grant_type=password`, { email, password }, { headers: this.headers }); | ||
console.log('signInWithEmaildata', data); | ||
return { data, error: null }; | ||
@@ -49,0 +47,0 @@ } |
@@ -25,3 +25,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
let data = yield post(`${this.url}/signup`, { email, password }, { headers: this.headers }); | ||
console.log('signUpWithEmail data', data); | ||
return { data, error: null }; | ||
@@ -44,3 +43,2 @@ } | ||
let data = yield post(`${this.url}/token?grant_type=password`, { email, password }, { headers: this.headers }); | ||
console.log('signInWithEmaildata', data); | ||
return { data, error: null }; | ||
@@ -47,0 +45,0 @@ } |
{ | ||
"name": "@supabase/gotrue-js", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Isomorphic GoTrue client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
112613
1818