Update name.

This commit is contained in:
Nawaz Dhandala 2020-01-08 20:43:27 +01:00
parent 88bc918e9d
commit 7297505276
No known key found for this signature in database
GPG Key ID: 43C184A0DB24F9F6
5 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
user: {
name: 'Olalekan Ayodele',
name: 'John Smith',
email: 'noreply@fyipe.com',
password:'1234567890',
confirmPassword: '1234567890',
@ -42,7 +42,7 @@ module.exports = {
},
newUser: {
name: 'Olalekan Ayodele',
name: 'John Smith',
email: 'testmail@fyipe.com',
password:'1234567890',
confirmPassword: '1234567890',
@ -84,7 +84,7 @@ module.exports = {
},
profile: {
name: 'Olalekan Ayodele',
name: 'John Smith',
email: 'lekan@fyipe.com',
timezone: 'Europe/London',
profilePic: 'Image.jpg',

View File

@ -13,7 +13,7 @@ var mailParser = require('mailparser').simpleParser;
var textAsHtml, leadData = {
'csrf-token': '1',
analytics_event_id: '',
fullname: 'Olalekan Ayodele',
fullname: 'John Smith',
email: 'noreply@fyipe.com',
website: 'fyipe.com',
country: 'IN',

View File

@ -12,9 +12,9 @@ function openBox(cb) {
imap.openBox('INBOX', true, cb);
}
var signUpEmailContent = 'WELCOME TO FYIPE\nHiOlalekan,\n\n I\'m Nawaz and I\'m the founder of Fyipe. I can\'t thank you enough for signing\nup. \n\nIf you need any help using Fyipe, Please Send us an email at support@fyipe.com\nand let me know.\n\nThanks, have a great day.\n\nFyipe Team';
var signUpEmailContent = 'WELCOME TO FYIPE\nHiJohn,\n\n I\'m Nawaz and I\'m the founder of Fyipe. I can\'t thank you enough for signing\nup. \n\nIf you need any help using Fyipe, Please Send us an email at support@fyipe.com\nand let me know.\n\nThanks, have a great day.\n\nFyipe Team';
var feedbackEmailContent = ' THANK YOU FOR YOUR FEEDBACK\nHi Olalekan, \n\nThank you for your feedback. Well get back to you as soon as we can. Have a\ngreat day. \n\nFyipe Team';
var feedbackEmailContent = ' THANK YOU FOR YOUR FEEDBACK\nHi John, \n\nThank you for your feedback. Well get back to you as soon as we can. Have a\ngreat day. \n\nFyipe Team';
module.exports = {
imap,

View File

@ -1,6 +1,6 @@
module.exports = {
user: {
name: 'Olalekan Ayodele',
name: 'John Smith',
password: '1234567890',
confirmPassword: '1234567890',
companyName: 'Hackerbay',

View File

@ -3,7 +3,7 @@
"version": "1.0.8",
"description": "Fyipe is an automation tool that helps you monitor the performance and downtime of your APIs and Web apps.",
"homepage": "https://fyipe.com",
"author": "Olalekan Ayodele <longyarnz@gmail.com>",
"author": "HackerBay <hello@hackerbay.io>",
"license": "MIT",
"main": "index.js",
"scripts": {