mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Check options exist on twitter package
This commit is contained in:
@@ -39,7 +39,7 @@ Twitter.requestCredential = function (options, credentialRequestCompleteCallback
|
||||
}
|
||||
|
||||
// Handle force login (request the user to enter their credentials)
|
||||
if (options.force_login) {
|
||||
if (options && options.force_login) {
|
||||
loginPath += "&force_login=true";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user