mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
TTS
This commit is contained in:
@@ -5,12 +5,15 @@ namespace App\Http\Livewire\Auth;
|
||||
use App\Models\LoginKey;
|
||||
use App\Models\User;
|
||||
use App\Notifications\ModelCreatedNotification;
|
||||
use App\Traits\HasTextToSpeech;
|
||||
use eza\lnurl;
|
||||
use Livewire\Component;
|
||||
use SimpleSoftwareIO\QrCode\Facades\QrCode;
|
||||
|
||||
class LNUrlAuth extends Component
|
||||
{
|
||||
use HasTextToSpeech;
|
||||
|
||||
public ?string $k1 = null;
|
||||
|
||||
protected ?string $url = null;
|
||||
|
||||
Reference in New Issue
Block a user