Browse Source

Revert "Closes #581"

Ferks-FK 2 years ago
parent
commit
db5074652c
2 changed files with 2 additions and 2 deletions
  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'));
     }
 }

File diff suppressed because it is too large
+ 1 - 1
public/js/app.js


Some files were not shown because too many files changed in this diff