Skip to content

Commit 4adb996

Browse files
committed
~
1 parent 411359a commit 4adb996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/devoirs/devoir-console.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="row">
3939
<div class="col-md-12 text-monospace p-2 pl-3 pr-3 mb-3" style="border:dashed 2px #e3342f;border-radius:8px;">
4040

41-
@if(isset($_GET['i']))
41+
@if(isset($_GET['i']) AND !Auth::check())
4242
<div class="text-monospace text-danger text-center font-weight-bold m-2">SAUVEGARDEZ LES INFORMATIONS CI-DESSOUS AVANT DE QUITTER CETTE PAGE</div>
4343
@endif
4444

0 commit comments

Comments
 (0)