summaryrefslogtreecommitdiff
path: root/src/profile.html
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-01-25 22:10:22 +0100
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-01-25 22:10:22 +0100
commit3461ffcca100c105a81a16de4355806f0628e6a6 (patch)
tree6f62bffc77042ed686cc6f17ededaa22e3b0099b /src/profile.html
parent2ddbc41de85a63555058c227c9cfa0343627875a (diff)
Replace GAuth client ID in HTMLs with placeholder
Diffstat (limited to 'src/profile.html')
-rw-r--r--src/profile.html5
1 files changed, 2 insertions, 3 deletions
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>