From 15e11d30aad700307260b8efd571bb1c13a908e6 Mon Sep 17 00:00:00 2001
From: Cooper Ransom
Date: Fri, 22 Mar 2024 13:31:25 -0400
Subject: [PATCH 6/6] Add custom @sudo-flix email
---
README.md | 2 +-
public/config.js | 2 +-
src/assets/locales/en.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a93c9435..8438c3e0 100644
--- a/README.md
+++ b/README.md
@@ -72,4 +72,4 @@ git push # Push to YOUR repository
## Contact Me
**Discord:** *.baddeveloper*
-**Email:** *[sudo-flix@proton.me](mailto:sudo-flix@proton.me)*
+**Email:** *[dev@sudo-flix.lol](mailto:dev@sudo-flix.lol)*
diff --git a/public/config.js b/public/config.js
index 7eb8a8bc..1f4dbfa6 100644
--- a/public/config.js
+++ b/public/config.js
@@ -1,7 +1,7 @@
window.CONFIG = {
VITE_BACKEND_URL: "https://backend.sudo-flix.lol/",
VITE_CORS_PROXY_URL: "https://sudo-proxy1.sudo-flix.lol%2Chttps//sudo-proxy2.sudo-flix.lol,https://sudo-proxy3.sudo-flix.lol,https://sudo-proxy4.sudo-flix.lol,https://sudo-proxy5.sudo-flix.lol",
- VITE_DMCA_EMAIL: "sudo-flix@proton.me",
+ VITE_DMCA_EMAIL: "dev@sudo-flix.lol",
VITE_GA_ID: "G-3VB2TNCW2V",
VITE_NORMAL_ROUTER: true,
VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJhZTljNGE2ZDE1ZDFiODZiNzdlMWQyYmI5ZGY0MzdmYyIsInN1YiI6IjY1YjNmMWI0NTk0Yzk0MDE2MzNkZDBjNSIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.kAX7TkbKuJkNty6IsjcCLnoENFicVZn6d6DkLQsy3p8",
diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json
index a9db3c83..df636e26 100644
--- a/src/assets/locales/en.json
+++ b/src/assets/locales/en.json
@@ -453,7 +453,7 @@
},
"screens": {
"dmca": {
- "text": "Welcome to sudo-flix's DMCA contact page. If you believe your copyrighted work has been improperly used on our platform (😢), please send a detailed DMCA notice to: sudo-flix@proton.me below. Please include a description of the copyrighted material, your contact details, and a statement of good faith belief. We're committed to resolving these matters promptly and appreciate your cooperation.",
+ "text": "Welcome to sudo-flix's DMCA contact page. If you believe your copyrighted work has been improperly used on our platform (😢), please send a detailed DMCA notice to: dev@sudo-flix.lol below. Please include a description of the copyrighted material, your contact details, and a statement of good faith belief. We're committed to resolving these matters promptly and appreciate your cooperation.",
"title": "DMCA :("
},
"loadingApp": "Loading application",