mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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(
|
$google2fa_url = $google2fa->getQRCodeGoogleUrl(
|
||||||
Setting::getSettings()->site_name,
|
urlencode(Setting::getSettings()->site_name),
|
||||||
$user->username,
|
$user->username,
|
||||||
$user->two_factor_secret
|
$user->two_factor_secret
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue