File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ public function recoverPassword() {
34
34
$ this ->showDemoNotification = true ;
35
35
}
36
36
else {
37
- $ this ->validate ();
38
- $ user =User::where ('email ' , $ this ->email )->first ();
39
- $ this ->notify (new ResetPassword ($ user ->id ));
40
- $ this ->mailSentAlert = true ;
37
+ $ this ->validate ();
38
+ $ user =User::where ('email ' , $ this ->email )->first ();
39
+ $ this ->notify (new ResetPassword ($ user ->id ));
40
+ $ this ->mailSentAlert = true ;
41
41
}
42
42
}
43
43
Original file line number Diff line number Diff line change @@ -36,13 +36,10 @@ public function save()
36
36
37
37
$ this ->user ->save ();
38
38
39
- $ this ->showSavedAlert = true ;
40
-
39
+ $ this ->showSavedAlert = true ;
41
40
}
42
41
}
43
42
44
-
45
-
46
43
public function render ()
47
44
{
48
45
return view ('livewire.profile ' );
You can’t perform that action at this time.
0 commit comments