浏览代码

Revert "Closes #581"

Ferks-FK 2 年之前
父节点
当前提交
db5074652c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/Http/Controllers/ProfileController.php
  2. 1 1
      public/js/app.js

+ 1 - 1
app/Http/Controllers/ProfileController.php

@@ -136,7 +136,7 @@ class ProfileController extends Controller
             $user->reVerifyEmail();
         };
         $user->sendEmailVerificationNotification();
-        
+
         return redirect()->route('profile.index')->with('success', __('Profile updated'));
     }
 }

文件差异内容过多而无法显示
+ 1 - 1
public/js/app.js


部分文件因为文件数量过多而无法显示