Skip to content

Commit

Permalink
updating name
Browse files Browse the repository at this point in the history
  • Loading branch information
saimadib committed Sep 9, 2023
1 parent d0cb2af commit ba52761
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 16 deletions.
4 changes: 3 additions & 1 deletion Backend/controllers/creatorController.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ const emailAppPassword = process.env.Email_app_password;

// Create a transporter object using your Google Workspace SMTP settings
const transporter = nodemailer.createTransport({
service: 'Gmail', // or your email service provider
host: 'smtp.hostinger.com',
port: 465,
secure: true,
auth: {
user: emailUsername,
pass: emailAppPassword,
Expand Down
10 changes: 6 additions & 4 deletions Backend/controllers/resetPassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ const emailUsername = process.env.Email_username;
const emailAppPassword = process.env.Email_app_password;

const transporter = nodemailer.createTransport({
service: 'Gmail',
host: 'smtp.hostinger.com',
port: 465,
secure: true,
auth: {
user: emailUsername,
pass: emailAppPassword,
Expand All @@ -34,10 +36,10 @@ exports.initiatePass = async (req, res) => {
user.passwordResetTokenExpires = expirationTime;
await user.save();

const resetLink = `https://tubecove.zenservers.tech/api/${role}/resetpassword?token=${token}`;
const resetLink = `https://tubesynchub.tech/api/${role}/resetpassword?token=${token}`;
const mailOptions = {
from: emailUsername,
to: user.username,
to: email,
subject: 'Password Reset',
text: `You are receiving this email because you (or someone else) requested a password reset for your account.\n\nPlease click on the following link to reset your password:\n\n${resetLink}\n\nIf you did not request this, please ignore this email and your password will remain unchanged.\n`,
};
Expand Down Expand Up @@ -135,7 +137,7 @@ exports.resetPassword = async (req, res) => {
const token=document.getElementById("token").value;
fetch("https://tubecove.zenservers.tech/api/creator/resetpassword", {
fetch("https://tubesynchub.tech/api/creator/resetpassword", {
method: "POST",
body: JSON.stringify({ newPassword, token }),
headers: {
Expand Down
2 changes: 1 addition & 1 deletion Frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TubeCove</title>
<title>Tubesynchub</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added Frontend/public/A-removebg-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Frontend/public/logo-removebg-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Frontend/src/Creator/ForgotPassword.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Copyright(props) {
<Typography variant="body2" color="text.secondary" align="center" {...props}>
{'Copyright © '}
<Link color="inherit" href="/">
Tubecove
Tubesynchub
</Link>{' '}
{new Date().getFullYear()}
{'.'}
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/Creator/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Copyright(props) {
<Typography variant="body2" color="text.secondary" align="center" {...props}>
{'Copyright © '}
<Link color="inherit" href="/">
Tubecove
Tubesynchub
</Link>{' '}
{new Date().getFullYear()}
{'.'}
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/Creator/Singup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Copyright(props) {
<Typography variant="body2" color="text.secondary" align="center" {...props}>
{'Copyright © '}
<Link color="inherit" href="/">
Tubecove
Tubesynchub
</Link>{' '}
{new Date().getFullYear()}
{'.'}
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/Editor/ForgotPassword.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Copyright(props) {
<Typography variant="body2" color="text.secondary" align="center" {...props}>
{'Copyright © '}
<Link color="inherit" href="/">
Tubecove
Tubesynchub
</Link>{' '}
{new Date().getFullYear()}
{'.'}
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/Editor/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Copyright(props) {
<Typography variant="body2" color="text.secondary" align="center" {...props}>
{'Copyright © '}
<Link color="inherit" href="/">
Youedit
Tubesynchub
</Link>{' '}
{new Date().getFullYear()}
{'.'}
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/Editor/Singup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Copyright(props) {
<Typography variant="body2" color="text.secondary" align="center" {...props}>
{'Copyright © '}
<Link color="inherit" href="/">
Youedit
Tubesynchub
</Link>
{' '}
{new Date().getFullYear()}
Expand Down
4 changes: 2 additions & 2 deletions Frontend/src/Home/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ const Footer = () => {
<Typography variant="body2" color="text.primary" align="center">
© 2023 Copyright:
<Link
href="https://tubecove.zenservers.com/"
href="https://tubesynchub.tech/"
color="inherit"
underline="none"
>
Tubecove.com
Tubesynchub.tech
</Link>
</Typography>
</Container>
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/Home/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const LandingPage = () => {
How it works in 3 steps
</Typography>
<Typography variant="h6" align="center" sx={{ mb: 4, marginBottom: '100px', paddingTop: '10px', maxWidth: '800px', marginLeft: '350px', fontSize: '17px' }}>
Effortlessly collaborate, review, and streamline video projects with Tubecove, simplifying the creative journey for video creators and editors.
Effortlessly collaborate, review, and streamline video projects with Tubesynchub, simplifying the creative journey for video creators and editors.
</Typography>
<Grid container spacing={4}>
<Grid item xs={12} md={1.5} />
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/config/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var config = {};

config.base_url = "https://tubecove.zenservers.tech";
config.base_url = "https://tubesynchub.tech";

export default config;

0 comments on commit ba52761

Please sign in to comment.