moshaorui 1 month ago
parent
commit
6e25e63b17
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/Admin/Controllers/SiteUserController.php

+ 3 - 0
app/Admin/Controllers/SiteUserController.php

@@ -62,6 +62,9 @@ class SiteUserController extends AdminController
                     $form->password = bcrypt($form->password);
                 }
             });
+
+            $form->disableViewButton();
+            $form->disableViewCheck();
         });
     }
 }