[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:
derrod 2022-02-02 18:36:08 +01:00
parent ca005f6274
commit d7360eef3e

View file

@ -31,11 +31,7 @@ window.ue = {
registersignincompletecallback: pywebview.api.trigger_sid_exchange
},
common: {
launchexternalurl: pywebview.api.open_url_external,
// not required, just needs to be non-null
auth: {
completeLogin: pywebview.api.nop
}
launchexternalurl: pywebview.api.open_url_external
}
}
'''