An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(identity-wallet): mark request_claim_verification_impl as cfg(test)

Function is only used by tests after the Arc refactoring moved the
OAuthClient extraction logic into the Tauri command itself.

authored by

Malpercio and committed by
Tangled
a3302039 0be06c23

+1
+1
apps/identity-wallet/src-tauri/src/claim.rs
··· 569 569 /// Testable core logic for `request_claim_verification`. 570 570 /// 571 571 /// Extracted to a separate function to avoid requiring Tauri's `State` in tests. 572 + #[cfg(test)] 572 573 pub(crate) async fn request_claim_verification_impl( 573 574 claim_state: &ClaimState, 574 575 ) -> Result<(), ClaimError> {