Passed
Pull Request — developer (#318)
by Arkadiusz
35:09
created
modules/Users/View/TwoFactorAuthenticationModal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 		if (empty($response['secretKey'])) {
59 59
 			$this->authMethods = $response['authMethods'];
60 60
 		} else {
61
-			['authMethods' => $this->authMethods , 'secretKey' => $this->secretKey] = $response;
61
+			['authMethods' => $this->authMethods, 'secretKey' => $this->secretKey] = $response;
62 62
 			$this->viewer->assign('QR_CODE_HTML', $this->createQrCodeForUser());
63 63
 		}
64 64
 		$this->viewer->assign('SECRET_KEY', $this->secretKey);
Please login to merge, or discard this patch.