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