mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[utils] Remove unnecessary JS callback
This seems to be no longer used or required for the webview login to work.
This commit is contained in:
parent
ca005f6274
commit
d7360eef3e
|
@ -31,11 +31,7 @@ window.ue = {
|
||||||
registersignincompletecallback: pywebview.api.trigger_sid_exchange
|
registersignincompletecallback: pywebview.api.trigger_sid_exchange
|
||||||
},
|
},
|
||||||
common: {
|
common: {
|
||||||
launchexternalurl: pywebview.api.open_url_external,
|
launchexternalurl: pywebview.api.open_url_external
|
||||||
// not required, just needs to be non-null
|
|
||||||
auth: {
|
|
||||||
completeLogin: pywebview.api.nop
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue