We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b7f3d commit 7432b52Copy full SHA for 7432b52
src/Magento/FunctionalTestingFramework/DataTransport/AdminFormExecutor.php
@@ -87,7 +87,7 @@ private function authorize()
87
88
// Get OTP
89
if (Tfa::isEnabled()) {
90
- $authUrl = MftfGlobals::getBackendBaseUrl() . 'tfa/google/authpost/?isAjax=true';
+ $authUrl = MftfGlobals::getBackendBaseUrl() . Tfa::getProviderAdminFormEndpoint('google');
91
$data = [
92
'tfa_code' => OTP::getOTP(),
93
'form_key' => $this->formKey,
0 commit comments