Change OTP call format

This commit is contained in:
Erayd
2019-04-19 01:26:35 +12:00
parent 782ed44693
commit 34a6c12f01

View File

@@ -977,8 +977,10 @@ function triggerOTPExtension(settings, action, otp) {
version: chrome.runtime.getManifest().version, version: chrome.runtime.getManifest().version,
action: action, action: action,
otp: otp, otp: otp,
host: settings.host, settings: {
tab: settings.tab host: settings.host,
tab: settings.tab
}
}) })
// Both response & error are noop functions, because we don't care about // Both response & error are noop functions, because we don't care about
// the response, and if there's an error it just means the otp extension // the response, and if there's an error it just means the otp extension