updated the balance endpoint and added bootstrap spinner to login page

This commit is contained in:
Kwesi Banson Jnr
2026-07-24 19:50:02 +00:00
parent 6e0154e73f
commit b4e076bdeb
4 changed files with 184 additions and 29 deletions

View File

@@ -123,3 +123,4 @@ class ClientsLoginController extends Controller
return redirect("/");
}
}