Present single-use password setup handoff
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

This commit is contained in:
tegwick 2026-07-28 17:30:17 +02:00
parent bbe291dac3
commit 4efce34821
5 changed files with 45 additions and 0 deletions

View file

@ -63,6 +63,7 @@ class ProvisioningResult:
external_subject: str
status: str
resumed: bool = False
password_setup_url: str | None = None
class IdentityProvisioningPort(Protocol):