mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Can now disable MFA
This commit is contained in:
@@ -43,9 +43,9 @@ interface UserRepositoryInterface
|
||||
* Set MFA code.
|
||||
*
|
||||
* @param User $user
|
||||
* @param string $code
|
||||
* @param string|null $code
|
||||
*/
|
||||
public function setMFACode(User $user, string $code): void;
|
||||
public function setMFACode(User $user, ?string $code): void;
|
||||
|
||||
/**
|
||||
* Gives a user a role.
|
||||
|
Reference in New Issue
Block a user