fixed #96
This commit is contained in:
parent
3acc895395
commit
3e789bad85
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class Oauth:
|
|||
|
||||
def handle_authentication(self, url):
|
||||
self.auth_view = Helper.WebViewCreator(self.app)
|
||||
self.auth_view.setWindowTitle("Authentification")
|
||||
self.auth_view.setWindowTitle("Authentication")
|
||||
|
||||
old_manager = self.auth_view.page().networkAccessManager()
|
||||
new_manager = Helper.NetworkAccessManager(old_manager, self.tentia_callback)
|
||||
|
|
Reference in a new issue