Added basic creation of shops.

This commit is contained in:
Patrick Fic
2022-06-15 19:03:31 -07:00
parent 4fdd48c279
commit 7ba3cc5ffa
9 changed files with 218 additions and 35 deletions

View File

@@ -54,7 +54,7 @@ export const uploadToCloudinary = async (
//Set variables for getting the signed URL.
let timestamp = Math.floor(Date.now() / 1000);
let public_id = key;
let tags = `${bodyshop.textid},${
let tags = `${bodyshop.imexshopid},${
tagsArray ? tagsArray.map((tag) => `${tag},`) : ""
}`;
// let eager = process.env.REACT_APP_CLOUDINARY_THUMB_TRANSFORMATIONS;

View File

@@ -2668,6 +2668,7 @@
"users": {
"errors": {
"signinerror": {
"auth/user-disabled": "User account disabled. ",
"auth/user-not-found": "A user with this email does not exist.",
"auth/wrong-password": "The email and password combination you provided is incorrect."
}

View File

@@ -2668,6 +2668,7 @@
"users": {
"errors": {
"signinerror": {
"auth/user-disabled": "",
"auth/user-not-found": "",
"auth/wrong-password": ""
}

View File

@@ -2668,6 +2668,7 @@
"users": {
"errors": {
"signinerror": {
"auth/user-disabled": "",
"auth/user-not-found": "",
"auth/wrong-password": ""
}