Skip to content

Commit

Permalink
Merge branch 'master' into eh-authorize-url-override
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 authored Jun 4, 2024
2 parents bb1d983 + 1c3e758 commit ed7a18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Auth0/WebAuthError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ public struct WebAuthError: Auth0Error {
/// build a valid URL.
/// This error does not include a ``Auth0Error/cause-9wuyi``.
public static let noBundleIdentifier: WebAuthError = .init(code: .noBundleIdentifier)

Check warning on line 42 in Auth0/WebAuthError.swift

View workflow job for this annotation

GitHub Actions / Lint code with SwiftLint

Lines should not have trailing whitespace (trailing_whitespace)
/// There is already an active transaction at the moment; therefore, this newly initiated transaction is canceled.
/// This error does not include a ``Auth0Error/cause-9wuyi``.
public static let transactionActiveAlready: WebAuthError = .init(code: .transactionActiveAlready)

/// The invitation URL is missing the `invitation` and/or the `organization` query parameters.
/// This error does not include a ``Auth0Error/cause-9wuyi``.
Expand Down

0 comments on commit ed7a18f

Please sign in to comment.