Change OTP call format
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user