Commit f707f55f by Ravindra Kanojiya

updated zango to triplyst

1 parent 0ccfef05
...@@ -2,7 +2,7 @@ import AuthLogo from "./extensions/logo.png"; ...@@ -2,7 +2,7 @@ import AuthLogo from "./extensions/logo.png";
import favicon from "./extensions/favicon.ico"; import favicon from "./extensions/favicon.ico";
const config = { const config = {
auth: { auth: {
logo: AuthLogo logo: AuthLogo
}, },
menu: { menu: {
...@@ -18,10 +18,10 @@ const config = { ...@@ -18,10 +18,10 @@ const config = {
notifications: { releases: false }, notifications: { releases: false },
translations: { translations: {
en: { en: {
"app.components.LeftMenu.navbrand.title": "Zango", "app.components.LeftMenu.navbrand.title": "Triplyst",
"app.components.LeftMenu.navbrand.title": "Zango", "app.components.LeftMenu.navbrand.title": "Triplyst",
"app.components.LeftMenu.navbrand.subtitle": "", "app.components.LeftMenu.navbrand.subtitle": "",
"Auth.form.welcome.title": "Welcome to Zango", "Auth.form.welcome.title": "Welcome to Triplyst",
"Auth.form.welcome.subtitle": "Log in to your App" "Auth.form.welcome.subtitle": "Log in to your App"
} }
}, },
......
...@@ -211,7 +211,7 @@ module.exports = createCoreController("api::vendor.vendor", () => ({ ...@@ -211,7 +211,7 @@ module.exports = createCoreController("api::vendor.vendor", () => ({
var email = { var email = {
body: { body: {
name: ctx.request.body.name, name: ctx.request.body.name,
intro: "Welcome to Zango! We're very excited to have you on board.", intro: "Welcome to Triplyst! We're very excited to have you on board.",
action: { action: {
instructions: "To get started with signup, please confirm the OTP:", instructions: "To get started with signup, please confirm the OTP:",
button: { button: {
...@@ -259,7 +259,7 @@ module.exports = createCoreController("api::vendor.vendor", () => ({ ...@@ -259,7 +259,7 @@ module.exports = createCoreController("api::vendor.vendor", () => ({
async addVendorId(ctx) { async addVendorId(ctx) {
try { try {
// console.log(ctx.request.body) // console.log(ctx.request.body)
} catch (error) {} } catch (error) { }
}, },
async removedirectory(ctx) { async removedirectory(ctx) {
......
...@@ -70,8 +70,7 @@ module.exports = createCoreService( ...@@ -70,8 +70,7 @@ module.exports = createCoreService(
let statefinal; let statefinal;
if (!matchingCountries || matchingCountries.length === 0) { if (!matchingCountries || matchingCountries.length === 0) {
console.log( console.log(
`Unable to resolve a country with name ${ `Unable to resolve a country with name ${state.country
state.country
}, skipping creation of state ${JSON.stringify(state)}` }, skipping creation of state ${JSON.stringify(state)}`
); );
} else { } else {
...@@ -117,8 +116,7 @@ module.exports = createCoreService( ...@@ -117,8 +116,7 @@ module.exports = createCoreService(
if (false) { if (false) {
console.log( console.log(
`Unable to resolve a state with name ${ `Unable to resolve a state with name ${city.state
city.state
}, skipping creation of city ${JSON.stringify(city)}` }, skipping creation of city ${JSON.stringify(city)}`
); );
} else { } else {
...@@ -280,7 +278,7 @@ module.exports = createCoreService( ...@@ -280,7 +278,7 @@ module.exports = createCoreService(
var email = { var email = {
body: { body: {
name: data.name, name: data.name,
intro: "Welcome to Zango! We're very excited to have you on board.", intro: "Welcome to Triplyst! We're very excited to have you on board.",
action: { action: {
instructions: "To get started with signup, please confirm the OTP:", instructions: "To get started with signup, please confirm the OTP:",
button: { button: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!