diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-01-25 22:10:22 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-01-25 22:10:22 +0100 |
| commit | 3461ffcca100c105a81a16de4355806f0628e6a6 (patch) | |
| tree | 6f62bffc77042ed686cc6f17ededaa22e3b0099b | |
| parent | 2ddbc41de85a63555058c227c9cfa0343627875a (diff) | |
Replace GAuth client ID in HTMLs with placeholder
| -rw-r--r-- | src/app.html | 3 | ||||
| -rw-r--r-- | src/index.html | 3 | ||||
| -rw-r--r-- | src/profile.html | 5 | ||||
| -rw-r--r-- | src/projects.html | 5 |
4 files changed, 6 insertions, 10 deletions
diff --git a/src/app.html b/src/app.html index c267a354..5b652b6c 100644 --- a/src/app.html +++ b/src/app.html @@ -2,8 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <meta name="google-signin-client_id" - content="184853849394-v89e96desio4dub3360vg32p1l4r3jqd.apps.googleusercontent.com"> + <meta name="google-signin-client_id" content="GOOGLE_OAUTH_CLIENT_ID"> <title>OpenDC</title> diff --git a/src/index.html b/src/index.html index 03806513..37e039c1 100644 --- a/src/index.html +++ b/src/index.html @@ -19,8 +19,7 @@ <meta property="og:locale" content="en_US"> <!-- Google Sign-in --> - <meta name="google-signin-client_id" - content="184853849394-v89e96desio4dub3360vg32p1l4r3jqd.apps.googleusercontent.com"> + <meta name="google-signin-client_id" content="GOOGLE_OAUTH_CLIENT_ID"> <!-- Set viewport --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> diff --git a/src/profile.html b/src/profile.html index 23a1f5a3..9691f827 100644 --- a/src/profile.html +++ b/src/profile.html @@ -2,8 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <meta name="google-signin-client_id" - content="184853849394-v89e96desio4dub3360vg32p1l4r3jqd.apps.googleusercontent.com"> + <meta name="google-signin-client_id" content="GOOGLE_OAUTH_CLIENT_ID"> <title>OpenDC - Profile</title> @@ -60,4 +59,4 @@ <script src="https://apis.google.com/js/platform.js?onload=gapiSigninButton" async defer></script> </body> -</html>
\ No newline at end of file +</html> diff --git a/src/projects.html b/src/projects.html index c829ae00..5ac8d64c 100644 --- a/src/projects.html +++ b/src/projects.html @@ -2,8 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <meta name="google-signin-client_id" - content="184853849394-v89e96desio4dub3360vg32p1l4r3jqd.apps.googleusercontent.com"> + <meta name="google-signin-client_id" content="GOOGLE_OAUTH_CLIENT_ID"> <title>OpenDC - Projects</title> @@ -91,4 +90,4 @@ <script src="https://apis.google.com/js/platform.js?onload=gapiSigninButton" async defer></script> </body> -</html>
\ No newline at end of file +</html> |
