Issue 1482:Patch for /gluon/contrib/login_methods/dropbox_account.py, thanks Jesus
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.4.6-stable+timestamp.2013.05.07.15.45.02
|
||||
Version 2.4.6-stable+timestamp.2013.05.07.15.48.23
|
||||
|
||||
@@ -94,9 +94,8 @@ class DropboxAccount(object):
|
||||
return form
|
||||
|
||||
def logout_url(self, next="/"):
|
||||
current.session.dropbox_request_token = None
|
||||
self.sess.unlink()
|
||||
current.session.auth = None
|
||||
redirect('https://www.dropbox.com/logout')
|
||||
return next
|
||||
|
||||
def get_client(self):
|
||||
|
||||
Reference in New Issue
Block a user