Skip to content

Commit be46f70

Browse files
author
Emmanouil Konstantinidis
committed
Reset client secret and hide it from the repo
1 parent 5edc48a commit be46f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Login = React.createClass({
1818
// Start Login
1919
var options = {
2020
client_id: '27a352516d3341cee376',
21-
client_secret: '626a199b0656c55b2cbf3a3199e573ce17f549bc',
21+
client_secret: '',
2222
scope: ['user:email', 'notifications']
2323
};
2424

0 commit comments

Comments
 (0)