File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function login(): \CodeIgniter\HTTP\RedirectResponse|string
4646 // Returns the view from the app's folder, if it doesn't exist, it returns the vendor's view
4747 return view ('Views/userlib/login-view ' );
4848 } catch (\CodeIgniter \View \Exceptions \ViewException $ e ) {
49- return view ('../../vendor/franky5831/ci4-pckg-userlib /src/Views/login-view ' );
49+ return view ('../../vendor/franky5831/codeigniter4-user-library /src/Views/login-view ' );
5050 }
5151 }
5252
@@ -108,7 +108,7 @@ public function register(): \CodeIgniter\HTTP\RedirectResponse|string
108108 // Returns the view from the app's folder, if it doesn't exist, it returns the vendor's view
109109 return view ('Views/userlib/register-view ' );
110110 } catch (\CodeIgniter \View \Exceptions \ViewException $ e ) {
111- return view ('../../vendor/franky5831/ci4-pckg-userlib /src/Views/register-view ' );
111+ return view ('../../vendor/franky5831/codeigniter4-user-library /src/Views/register-view ' );
112112 }
113113 }
114114
Original file line number Diff line number Diff line change 1515 <input type="password" name="password" placeholder="Password">
1616 <?=
1717 // If you happen to override the login view you should still include the captcha view
18- view ('../../vendor/franky5831/ci4-pckg-userlib /src/Views/captcha ' , array ("label " => "Login " )) ?>
18+ view ('../../vendor/franky5831/codeigniter4-user-library /src/Views/captcha ' , array ("label " => "Login " )) ?>
1919</form>
Original file line number Diff line number Diff line change 2121 <?php endforeach ; ?>
2222 <?=
2323 // If you happen to override the register view you should still include the captcha view
24- view ('../../vendor/franky5831/ci4-pckg-userlib /src/Views/captcha ' , array ("label " => "Register " )) ?>
24+ view ('../../vendor/franky5831/codeigniter4-user-library /src/Views/captcha ' , array ("label " => "Register " )) ?>
2525</form>
You can’t perform that action at this time.
0 commit comments