Skip to content

Commit

Permalink
Updated client id
Browse files Browse the repository at this point in the history
  • Loading branch information
Plastiquewind committed Jan 16, 2018
1 parent 2628c47 commit caeab62
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 2 deletions.
40 changes: 40 additions & 0 deletions app.79c1308cdc4437878ed8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app.79c1308cdc4437878ed8.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<span>Загрузка...</span>
</div>
<script src="https://apis.google.com/js/api.js"></script>
<script type="text/javascript" src="/vendor.c7f0b5551f05669254f4.js"></script><script type="text/javascript" src="/app.c7f0b5551f05669254f4.js"></script></body>
<script type="text/javascript" src="/vendor.79c1308cdc4437878ed8.js"></script><script type="text/javascript" src="/app.79c1308cdc4437878ed8.js"></script></body>

</html>
2 changes: 1 addition & 1 deletion src/app/common/youtube/youtube.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class YouTubeService {

gapi.load("client:auth2", () => {
gapi.client.init({
clientId: "871050293069-71089o7apbqnuh7uj0op686mhilrlflt.apps.googleusercontent.com",
clientId: "871050293069-eqou5jodn7u9tahldd0jqdhu10mlk13f.apps.googleusercontent.com",
scope: "https://www.googleapis.com/auth/youtube"
}).then(() => {
this.googleAuth = gapi.auth2.getAuthInstance();
Expand Down
62 changes: 62 additions & 0 deletions vendor.79c1308cdc4437878ed8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor.79c1308cdc4437878ed8.js.map

Large diffs are not rendered by default.

0 comments on commit caeab62

Please sign in to comment.