Fix two-factor token creation for iOS devices, closes #1624
This commit is contained in:
parent
02ac308042
commit
47c12929c4
3 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,7 @@ class TwoFactorSetupServiceTest extends TestCase
|
|||
$response = $this->getService()->handle($model);
|
||||
$this->assertNotEmpty($response);
|
||||
|
||||
$companyName = preg_quote(rawurlencode('Company Name'));
|
||||
$companyName = preg_quote(rawurlencode('CompanyName'));
|
||||
$email = preg_quote(rawurlencode($model->email));
|
||||
|
||||
$this->assertRegExp(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue