mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 09:51:35 +02:00
Fix and complete unit tests
This commit is contained in:
@@ -22,5 +22,6 @@ $factory->define(TwoFAccount::class, function (Faker $faker) {
|
||||
'service' => $faker->unique()->domainName,
|
||||
'account' => $faker->safeEmail,
|
||||
'uri' => 'otpauth://totp/' . $faker->email . '?secret=' . $faker->regexify('[A-Z0-9]{16}') . '&issuer=test',
|
||||
'icon' => '',
|
||||
];
|
||||
});
|
||||
|
Reference in New Issue
Block a user