コード例 #1
0
ファイル: main.py プロジェクト: insiderr/insiderr-app
        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
ファイル: main.py プロジェクト: johndpope/insiderr-app
        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
ファイル: welcome.py プロジェクト: johndpope/insiderr-app
 def on_complete(self):
     # store the login keys only when we complete the linkedin authentication
     from utilities.auth_store import store_keys
     store_keys()