upd: menghubungkan dengan api desa+

Deskripsi:
- list desa
- detail desa

No Issues
This commit is contained in:
2026-04-09 12:16:25 +08:00
parent e889a97e2a
commit 4fad913890
6 changed files with 242 additions and 346 deletions

View File

@@ -60,12 +60,12 @@ function LoginPage() {
<Text c="dimmed" size="sm" ta="center">
Demo: <strong>superadmin@example.com</strong> / <strong>superadmin123</strong>
<br />
atau: <strong>user@example.com</strong> / <strong>user123</strong>
or: <strong>user@example.com</strong> / <strong>user123</strong>
</Text>
{(login.isError || searchError) && (
<Alert icon={<TbAlertCircle size={16} />} color="red" variant="light">
{login.isError ? login.error.message : 'Login dengan Google gagal, coba lagi.'}
{login.isError ? login.error.message : 'Google login failed, please try again.'}
</Alert>
)}
@@ -96,7 +96,7 @@ function LoginPage() {
Sign in
</Button>
<Divider label="atau" labelPosition="center" />
<Divider label="or" labelPosition="center" />
<Button
component="a"
@@ -105,7 +105,7 @@ function LoginPage() {
variant="default"
leftSection={<FcGoogle size={18} />}
>
Login dengan Google
Login with Google
</Button>
</Stack>
</form>