Closed GurovOK closed 8 years ago
That would indicate that you're not logged in, or maybe you're calling it twice. Can you verify the value of self.user() after you've completed your login, and before you logout?
user is nil
On login called func signIn(token: String, secret: String)
in MeteorOAuthDialogViewController
and dictionary params not contains info about user.
Or I need to use another logout for social user?
If you can post a working code example, I can have a look.
Closing this issue due to inactivity.
Crash in logout method
public func logout(callback:DDPMethodCallback?)
onlet user = self.user()!
if user sign in using social network