Skip to content

Conversation

@russellwheatley
Copy link
Member

@russellwheatley russellwheatley commented Nov 6, 2025

Changes

  • Removed unused authViewRoutes from AuthService.
  • Refactored error modal from AuthService by moving it to the View layer. The AuthService shouldn't be handling this and it isn't part of the API design.
  • made reportError() optional so user can still use buttons without needing to pass into environment.
}

/// Closure for reporting errors from child views
private func reportError(_ error: Error) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@russellwheatley russellwheatley merged commit 7e1dcee into development Nov 6, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants