This commit is contained in:
DariusIII
2025-06-05 16:37:08 +02:00
parent 95fd8978a3
commit d0201e3dc5
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class ProfileController extends BasePageController
// Generate 2FA QR code URL if 2FA is set up but not enabled
$google2fa_url = '';
if ($this->userdata->passwordSecurity()->exists() && !$this->userdata->passwordSecurity->google2fa_enable) {
if ($this->userdata->passwordSecurity()->exists() && ! $this->userdata->passwordSecurity->google2fa_enable) {
$google2fa_url = \Google2FA::getQRCodeInline(
config('app.name'),
$this->userdata->email,