API Event
Add: - api-client/api-event : fetch get one, update data, update status, create event Fix: - UI : create , detail dan status: untuk menyambungkan ke API ### No Issue
This commit is contained in:
@@ -98,7 +98,7 @@ export default function LoginView() {
|
||||
}
|
||||
|
||||
if (token && !isAdmin) {
|
||||
return <Redirect href={"/(application)/(user)/home"} />;
|
||||
return <Redirect href={"/(application)/(user)/event/(tabs)"} />;
|
||||
}
|
||||
|
||||
if (token && isAdmin) {
|
||||
|
||||
Reference in New Issue
Block a user