fix lnurl-auth problem

This commit is contained in:
HolgerHatGarKeineNode
2023-12-27 22:31:11 +01:00
parent 20c943d636
commit 93d3858f30
4 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ class Auth47Component extends Component
public function mount()
{
$this->k1 = bin2hex(str()->random(32));
$this->url = 'auth47://'.$this->k1.'?c=https://einundzwanzig.eu-1.sharedwithexpose.com/auth/auth47-callback&r=https://einundzwanzig.eu-1.sharedwithexpose.com/auth/auth47-callback';
$this->url = 'auth47://'.$this->k1.'?c=https://einundzwanzig.sharedwithexpose.com/auth/auth47-callback&r=https://einundzwanzig.eu-1.sharedwithexpose.com/auth/auth47-callback';
$this->qrCode = base64_encode(QrCode::format('png')
->size(600)
->errorCorrection('L')