ソースを参照

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


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません