Skip to content

Commit e7e0da5

Browse files
committed
Update finishing.blade.php
1 parent 2914523 commit e7e0da5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/components/finishing.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
if(EnvEditor::keyExists('FORCE_ROUTE_HTTPS')){ /* Do nothing if key already exists */
3434
} else {EnvEditor::addKey('FORCE_ROUTE_HTTPS', 'false');}
3535
36+
if(EnvEditor::keyExists('HIDE_VERIFICATION_CHECKMARK')){ /* Do nothing if key already exists */
37+
} else {EnvEditor::addKey('HIDE_VERIFICATION_CHECKMARK', 'false');}
38+
3639
3740
// Footer page customization
3841
if(EnvEditor::keyExists('DISPLAY_FOOTER_HOME')){} else {EnvEditor::addKey('DISPLAY_FOOTER_HOME', 'true');}

0 commit comments

Comments
 (0)