This commit is contained in:
Mekan1206
2026-05-19 21:22:36 +05:00
parent b1a6c12a00
commit e66ce8fdcd
21 changed files with 677 additions and 150 deletions

View File

@@ -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(),