Commit f707f55f by Ravindra Kanojiya

updated zango to triplyst

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