modified layout for wiki change password:

This commit is contained in:
2018-10-29 21:36:26 -05:00
parent 6cfc2eb5f3
commit 98e7884a63
3 changed files with 22 additions and 11 deletions

View File

@@ -76,7 +76,7 @@ class WikiController extends Controller
return redirect('/dashboard')->with('error', 'Login Not Found!');
}
return view('wiki.changepassword');
return view('wiki.changepassword')->with('name', $name);
}
public function changePassword(Request $request) {