Skip to content

Commit

Permalink
Does not display full screen error. (#10090)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmuvi-stripe authored Feb 5, 2025
1 parent 602ba10 commit 734b957
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ data class FinancialConnectionsSession internal constructor(
val accounts: FinancialConnectionsAccountList
get() = accountsNew ?: accountsOld!!

internal val parsedToken: Token?
val parsedToken: Token?
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
get() = bankAccountToken?.let { TokenJsonParser().parse(JSONObject(it)) }

/**
Expand Down

0 comments on commit 734b957

Please sign in to comment.