mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 15:49:10 +00:00
Update name.
This commit is contained in:
parent
88bc918e9d
commit
7297505276
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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. We’ll 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. We’ll get back to you as soon as we can. Have a\ngreat day. \n\nFyipe Team';
|
||||
|
||||
module.exports = {
|
||||
imap,
|
||||
|
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
user: {
|
||||
name: 'Olalekan Ayodele',
|
||||
name: 'John Smith',
|
||||
password: '1234567890',
|
||||
confirmPassword: '1234567890',
|
||||
companyName: 'Hackerbay',
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user