summaryrefslogtreecommitdiff
path: root/src/profile.html
diff options
context:
space:
mode:
authorGeorgios Andreadis <G.Andreadis@student.tudelft.nl>2017-01-26 14:51:15 +0100
committerGitHub <noreply@github.com>2017-01-26 14:51:15 +0100
commit3ad08353d289720cf8f43e1dba078da43c35e97d (patch)
tree8fea3920a4312a90e5eddd7607dc7b35de5fdb61 /src/profile.html
parentf1077d6b35a156b3f8b30e8739cf95e8c5088868 (diff)
parentedbef77114dfde33524dccb22d27144570299372 (diff)
Merge pull request #3 from tudelft-atlarge/auth-id-replace
Integrate OAUTH client ID injection in build process
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>