Add:
- service/api-client/ : api route setting
- service/api-config.ts : api base url

Profil & User
Fix:
- auth logic
- crate profile

### No Issue
This commit is contained in:
2025-08-22 17:32:48 +08:00
parent 014cf387fd
commit ebcf16efba
14 changed files with 195 additions and 138 deletions

View File

@@ -42,12 +42,10 @@ export default function RegisterView() {
const isValid = validasiData();
if (!isValid) return;
const response = await registerUser({
await registerUser({
nomor: nomor as string,
username: username,
});
console.log("Success register page", JSON.stringify(response, null, 2));
}
return (