diff options
| author | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2017-01-26 14:51:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-26 14:51:15 +0100 |
| commit | 3ad08353d289720cf8f43e1dba078da43c35e97d (patch) | |
| tree | 8fea3920a4312a90e5eddd7607dc7b35de5fdb61 /src/index.html | |
| parent | f1077d6b35a156b3f8b30e8739cf95e8c5088868 (diff) | |
| parent | edbef77114dfde33524dccb22d27144570299372 (diff) | |
Merge pull request #3 from tudelft-atlarge/auth-id-replace
Integrate OAUTH client ID injection in build process
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"> |
