File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
resources/assets/js/components/profile Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
methods: {
61
61
updatePassword () {
62
62
// uncomment the following 2 lines in your app
63
- // alert ('Edit Password is disabled for demo purpose');
64
- // return;
63
+ this . $noty . info (' Edit Password is disabled for demo purpose' );
64
+ return ;
65
65
66
66
this .loading = true ;
67
67
axios .post (api .updateUserPassword , this .form )
Original file line number Diff line number Diff line change 60
60
methods: {
61
61
updateProfile () {
62
62
// uncomment the following 2 lines to enable edit profile
63
- // alert ('Edit Profile is disabled for demo purpose');
64
- // return;
63
+ this . $noty . info (' Edit Profile is disabled for demo purpose' );
64
+ return ;
65
65
66
66
this .loading = true ;
67
67
axios .post (api .updateUserProfile , this .form )
You can’t perform that action at this time.
0 commit comments