Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: accept invitation page returning a 404 (resolves #1804) #1821

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

jobara
Copy link
Collaborator

@jobara jobara commented Jun 27, 2023

Resolves #1804

Corrects the fallback route to the landing page.

Prerequisites

If this PR changes PHP code or dependencies:

  • I've run composer format and fixed any code formatting issues.
  • I've run composer analyze and addressed any static analysis issues.
  • I've run php artisan test and ensured that all tests pass.
  • I've run composer localize to update localization source files and committed any changes.

If this PR changes CSS or JavaScript code or dependencies:

  • I've run npm run lint and fixed any linting issues.
  • I've run npm run build and ensured that CSS and JavaScript assets can be compiled.

@jobara jobara added this to the 1.0.0 milestone Jun 27, 2023
@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #1821 (5b50f96) into dev (6dc89fe) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                dev    #1821   +/-   ##
=========================================
  Coverage     96.47%   96.47%           
  Complexity     1984     1984           
=========================================
  Files           299      299           
  Lines          8636     8636           
=========================================
  Hits           8332     8332           
  Misses          304      304           
Impacted Files Coverage Δ
app/Providers/RouteServiceProvider.php 94.44% <ø> (ø)

@jobara jobara merged commit ccfbba7 into accessibility-exchange:dev Jun 27, 2023
8 checks passed
marvinroman pushed a commit to marvinroman/platform that referenced this pull request Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Accept invitation page returning a 404
1 participant