Patch Changes
-
Fix
jalth initcrashing during device enrollment withDevice enrollment failed: Result.gen body must return Result.ok() or Result.err(), got: {}right after “Opening browser for Zero Trust authentication…”. Both the SSO and auth-key enrollment paths returned a pendingPromise<Result>from a generator instead of the resolvedResult; the compiled CLI binary does not await an async-generator return value, so the raw promise reached the result runtime and aborted enrollment. WARP enrollment now unwraps the state before returning, so SSO and headlessinitcomplete normally. (#362) -
Updated dependencies []:
- @jalth/contracts@0.7.5