feat(app): add flow diagnostics and refine interface
Improve failure recovery visibility, strengthen account-session handling, and make the cross-platform interface more consistent.
This commit is contained in:
@@ -314,7 +314,8 @@ final class ReferralProfileTests: XCTestCase {
|
||||
with: AppleAuthorizationPayload(
|
||||
identityToken: "identity",
|
||||
authorizationCode: "authorization",
|
||||
nonce: "nonce"
|
||||
nonce: "nonce",
|
||||
userIdentifier: "apple-user"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user