mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-17 12:48:22 +01:00
Added an basic form to add Google Authenticator.
This commit is contained in:
12
src/Validator/Constraints/ValidGoogleAuthCode.php
Normal file
12
src/Validator/Constraints/ValidGoogleAuthCode.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace App\Validator\Constraints;
|
||||
|
||||
|
||||
use Symfony\Component\Validator\Constraint;
|
||||
|
||||
class ValidGoogleAuthCode extends Constraint
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user