Skip to content

Commit 91792fa

Browse files
committed
added credentials placeholder for front-end
1 parent 2051b32 commit 91792fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
config.js
22
node_modules
3+
credentials.js

public/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ <h3>Your profile</h3>
9898
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
9999
<script src="src/oauth.js"></script>
100100
<script src="src/background.js"></script>
101+
<script src="src/credentials.js"></script>
101102
<script src="src/script.js"></script>
102103
</body>
103104
</html>

0 commit comments

Comments
 (0)