Skip to content
Snippets Groups Projects
Commit ee66a511 authored by Austin Pardosi's avatar Austin Pardosi
Browse files

fix: ui for add watchlist

parent 111c4e1f
No related merge requests found
......@@ -33,7 +33,7 @@ melihat daftar watchlist film yang ada dan menambahkan sendiri watchlist yang me
![All Watchlist](docs/img/all-watchlist.png)
3. Halaman Profile
![Subscription Request](docs/img/binotify-request.png)
![Subscription Request](docs/img/profile.png)
4. Halaman Detail Watchlist
![Detail Watchlist](docs/img/detail-watchlist.png)
......@@ -59,7 +59,7 @@ melihat daftar watchlist film yang ada dan menambahkan sendiri watchlist yang me
| Create Watchlist | 13521094 |
| Edit Watchlist | 13521094 |
## _Completed Bonus_
## Completed Bonus
1. All Responsive Web Design
2. Docker
This diff is collapsed.
......@@ -10,7 +10,7 @@ import { useToast } from "@/components/ui/use-toast";
import { useAuth } from "@/context/AuthContext";
const Login = () => {
const {login} = useAuth()
const { login } = useAuth();
const [identifier, setidentifier] = React.useState("");
const [password, setPassword] = React.useState("");
const navigate = useNavigate();
......@@ -22,7 +22,7 @@ const Login = () => {
identifier,
password,
});
// console.log("BJIR", data);
console.log("coba masuk login", data);
navigate("/");
} catch (error) {
toast({
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment