PHPGangsta / GoogleAuthenticator

PHP class to generate and verify Google Authenticator 2-factor authentication
http://phpgangsta.de/4376
BSD 2-Clause "Simplified" License
2.23k stars 689 forks source link

Update function getQRCodeGoogleUrl in GoogleAuthenticator.php to be compliant with PHP 8.3 #113

Open vmanrc opened 3 months ago

vmanrc commented 3 months ago

Make the URL returned by function getQRCodeGoogleUrl() compliant with PHP 8.3: put curly brackets around variables.