|
|
@@ -120,7 +120,7 @@ if(core::ifGet("add")) {
|
|
|
<?php if(isset($user["googleAuthenticator"]) AND $user["googleAuthenticator"] == 1) { ?>
|
|
|
<div class="card text-center" style="width: 18rem;">
|
|
|
<?php
|
|
|
- $qrCodeUrl = googleAuthenticator::getGoogleUrl("CSE Invent: " . ENVIRONNEMENT, user::getMyGoogleAuthenticator(session::getId()));
|
|
|
+ $qrCodeUrl = googleAuthenticator::getGoogleUrl("CMS CSE Invent: " . ENVIRONNEMENT, user::getMyGoogleAuthenticator(session::getId()));
|
|
|
myQrcode::printQRCode($qrCodeUrl);
|
|
|
?>
|
|
|
<div class="card-footer text-body-secondary">
|