Skip to content

Commit 9a303ee

Browse files
committed
comment & todo added
1 parent 62ebf0c commit 9a303ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

server/accounts.coffee

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,10 @@ Accounts.onCreateUser (options, user) ->
7373

7474
user
7575

76-
76+
# This part is still under development since there was an issue in github-accounts package
77+
# TODO: GitHub authentication with user's private email address
7778
Accounts.onLogin (info) ->
7879
user = info.user
79-
console.log "So far"
80-
console.log GitHub
8180
if user
8281
github = new GitHub(
8382
version: '3.0.0'

0 commit comments

Comments
 (0)