예제 #1
0
        def on_comelete_reg(*largs):
            # update fields in post screen
            if postscreen:
                postscreen.update_role_desc_linkedin()

            # store the login keys only when we complete the linkedin authentication
            from utilities.auth_store import store_keys
            store_keys()
예제 #2
0
        def on_comelete_reg(*largs):
            # update fields in post screen
            if postscreen:
                postscreen.update_role_desc_linkedin()

            # store the login keys only when we complete the linkedin authentication
            from utilities.auth_store import store_keys
            store_keys()
예제 #3
0
 def on_complete(self):
     # store the login keys only when we complete the linkedin authentication
     from utilities.auth_store import store_keys
     store_keys()