diff --git a/package.json b/package.json
index d1ad486..c51d610 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@govoplan/addresses-webui",
- "version": "0.1.20",
+ "version": "0.1.21",
"private": true,
"type": "module",
"main": "webui/src/index.ts",
diff --git a/pyproject.toml b/pyproject.toml
index 7847160..85c52f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-addresses"
-version = "0.1.20"
+version = "0.1.21"
description = "GovOPlaN reusable address and recipient-source module."
readme = "README.md"
requires-python = ">=3.12"
diff --git a/src/govoplan_addresses/backend/manifest.py b/src/govoplan_addresses/backend/manifest.py
index 228241f..e334b70 100644
--- a/src/govoplan_addresses/backend/manifest.py
+++ b/src/govoplan_addresses/backend/manifest.py
@@ -438,7 +438,7 @@ LDAP_PROVIDER = ExternalProviderDeclaration(
manifest = ModuleManifest(
id="addresses",
name="Addresses",
- version="0.1.20",
+ version="0.1.21",
required_capabilities=(
CAPABILITY_AUTH_PRINCIPAL_RESOLVER,
CAPABILITY_AUTH_PERMISSION_EVALUATOR,
diff --git a/webui/package.json b/webui/package.json
index 2e9b4f7..0fc0d35 100644
--- a/webui/package.json
+++ b/webui/package.json
@@ -1,6 +1,6 @@
{
"name": "@govoplan/addresses-webui",
- "version": "0.1.20",
+ "version": "0.1.21",
"private": true,
"type": "module",
"main": "src/index.ts",
diff --git a/webui/src/features/addressbook/AddressBookPage.tsx b/webui/src/features/addressbook/AddressBookPage.tsx
index 2bbbd26..c4bdef7 100644
--- a/webui/src/features/addressbook/AddressBookPage.tsx
+++ b/webui/src/features/addressbook/AddressBookPage.tsx
@@ -2975,13 +2975,13 @@ export default function AddressBookPage({ settings, auth, onAuthChange }: Props)
:
<>
-
+
> :
selectedBook?.deleted_at ?
:
<>
-
+
>
}
>
@@ -3050,7 +3050,7 @@ export default function AddressBookPage({ settings, auth, onAuthChange }: Props)
-
+
>
}
@@ -4196,7 +4196,7 @@ export default function AddressBookPage({ settings, auth, onAuthChange }: Props)
{cardDavForm.auth_type !== "none" &&
-
+
{!cardDavForm.credential_envelope_id &&
-
- setCardDavForm((current) => ({ ...current, password: value }))} autoComplete="new-password" />
+
+ setCardDavForm((current) => ({ ...current, password: value }))} autoComplete="new-password" />
}
}
{cardDavForm.auth_type === "bearer" && !cardDavForm.credential_envelope_id &&
-
- setCardDavForm((current) => ({ ...current, bearer_token: value }))} autoComplete="new-password" />
+
+ setCardDavForm((current) => ({ ...current, bearer_token: value }))} autoComplete="new-password" />
}
{cardDavDiscovery.length > 0 &&
@@ -4277,7 +4277,7 @@ export default function AddressBookPage({ settings, auth, onAuthChange }: Props)
setLdapForm((current) => ({ ...current, display_name: event.target.value }))} placeholder="Corporate directory" />
-
+