mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Added urlencode to site name
This commit is contained in:
parent
af97d8ed24
commit
4747a4c03f
|
@ -182,7 +182,7 @@ class AuthController extends Controller
|
|||
|
||||
|
||||
$google2fa_url = $google2fa->getQRCodeGoogleUrl(
|
||||
Setting::getSettings()->site_name,
|
||||
urlencode(Setting::getSettings()->site_name),
|
||||
$user->username,
|
||||
$user->two_factor_secret
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue