Working Auth0 on site
This commit is contained in:
@@ -55,7 +55,6 @@ const register = async (user = {}) => {
|
||||
* Get user by email address
|
||||
* @param {string} email
|
||||
*/
|
||||
|
||||
const getByEmail = async (email) => {
|
||||
// Validate
|
||||
if (!email) {
|
||||
@@ -86,7 +85,6 @@ const getByEmail = async (email) => {
|
||||
* Get user by id
|
||||
* @param {string} id
|
||||
*/
|
||||
|
||||
const getById = async (id) => {
|
||||
// Validate
|
||||
if (!id) {
|
||||
|
||||
Reference in New Issue
Block a user