Skip to content

Commit 37b2eb4

Browse files
authored
Merge pull request #8104 from bakaphp/stops-sms-philm
[1.x] refactor: stop sms
2 parents 20590e0 + 2cb363a commit 37b2eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/GraphQL/Ecosystem/Mutations/Users/TwoFactorAuthMutation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function sendVerificationCode(mixed $rootValue, array $request): bool
2828
$twilio = Client::getInstance($app);
2929
$user = auth()->user();
3030

31-
if (in_array($user->getId(), [11535,40054])) {
31+
if (in_array($user->getId(), [11535,40054,10888])) {
3232
return true;
3333
}
3434

0 commit comments

Comments
 (0)