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 /src/index.html | |
| parent | 2ddbc41de85a63555058c227c9cfa0343627875a (diff) | |
Replace GAuth client ID in HTMLs with placeholder
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
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"> |
