Skip to content

Commit

Permalink
domain changes
Browse files Browse the repository at this point in the history
  • Loading branch information
patelradhika committed Oct 8, 2024
1 parent 9c511e8 commit 122f914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buildly-react-template",
"version": "1.4.2",
"version": "1.4.3",
"description": "Frontend Template from Buildly built using the React framework",
"main": "src/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/layout/TopBar/TopBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const TopBar = ({
if (!_.isEqual(document.cookie.search('googtrans'), -1)) {
// remove cookies
document.cookie = 'googtrans=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';
document.cookie = 'googtrans=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT; Domain=.tpath.io';
document.cookie = 'googtrans=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT; Domain=.transparentpath.com';

// set new googtrans cookies
const googtransLng = document.cookie.split('googtrans')[1].split(';')[0].split('/')[2];
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ResetPassword/Verification.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const Verification = ({ location }) => {
<Typography variant="body" gutterBottom textAlign="center">
An email has been sent for verification. Click on the link in the email to change
your 'Password'. If no email was received, check your junk/spam mail and add
'alerts@app.tpath.io' to your safe sender list (check with your email provider
'alerts@transparentpath.com' to your safe sender list (check with your email provider
on the proper method to enable this).
</Typography>
<Button
Expand Down

0 comments on commit 122f914

Please sign in to comment.