mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
В запрос /currect добавлен вывод состояния включённости OTP авторизации
This commit is contained in:
@ -29,6 +29,7 @@ class AccountsCurrentCest {
|
||||
'isActive' => true,
|
||||
'hasMojangUsernameCollision' => false,
|
||||
'shouldAcceptRules' => false,
|
||||
'isOtpEnabled' => false,
|
||||
]);
|
||||
$I->canSeeResponseJsonMatchesJsonPath('$.passwordChangedAt');
|
||||
}
|
||||
|
Reference in New Issue
Block a user