|
@@ -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.