mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
ln auth as default
This commit is contained in:
@@ -15,11 +15,16 @@ class LNUrlAuth extends Component
|
||||
protected ?string $lnurl = null;
|
||||
protected ?string $qrCode = null;
|
||||
|
||||
public function switchToEmail()
|
||||
public function switchToEmailLogin()
|
||||
{
|
||||
return to_route('login');
|
||||
}
|
||||
|
||||
public function switchToEmailSignup()
|
||||
{
|
||||
return to_route('register');
|
||||
}
|
||||
|
||||
public function mount()
|
||||
{
|
||||
$this->k1 = bin2hex(str()->random(32));
|
||||
|
||||
Reference in New Issue
Block a user