From 021d2e71ed116664f644b51ca1b1780ec3fcb07f Mon Sep 17 00:00:00 2001 From: bewe <93899302+bernarduswillson@users.noreply.github.com> Date: Sat, 30 Sep 2023 23:01:06 +0700 Subject: [PATCH] fix: register.js --- app/views/register/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/register/index.php b/app/views/register/index.php index dbc603b..4882959 100644 --- a/app/views/register/index.php +++ b/app/views/register/index.php @@ -47,5 +47,6 @@ </div> </div> </div> + <script src="/public/js/register.js"></script> </body> </html> -- GitLab