From 1136644a573e9368ced539a85bcad2da7a4d92e0 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sat, 16 Mar 2024 13:32:58 -0400 Subject: [PATCH] Remove Client Secrets --- .gitignore | 1 + app/src/main/assets/client_secrets.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 app/src/main/assets/client_secrets.json diff --git a/.gitignore b/.gitignore index 93c451e39..15f83a97e 100755 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ TODO.md CHANGELOG.md /captures build.sh +/app/src/main/assets/client_secrets.json diff --git a/app/src/main/assets/client_secrets.json b/app/src/main/assets/client_secrets.json deleted file mode 100644 index 660ebea2b..000000000 --- a/app/src/main/assets/client_secrets.json +++ /dev/null @@ -1 +0,0 @@ -{"installed":{"client_id":"1036781676510-gdefgdmh7krt0335kj77roh74mna8dtn.apps.googleusercontent.com","project_id":"tachiyomisy-417415","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs"}} \ No newline at end of file