good
This commit is contained in:
@@ -13,9 +13,7 @@ class PhoneVerificationInfolist
|
||||
return $schema
|
||||
->components([
|
||||
TextEntry::make('phone')
|
||||
->copyable(),
|
||||
TextEntry::make('otp')
|
||||
->label('OTP')
|
||||
->formatStateUsing(fn (string $state): string => format_phone($state))
|
||||
->copyable(),
|
||||
TextEntry::make('expires_at')
|
||||
->dateTime(),
|
||||
|
||||
Reference in New Issue
Block a user