Skip to content

Commit

Permalink
Remove not needed auth-callback
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Mar 18, 2024
1 parent 396ee03 commit aae3f98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Router.map(function () {
});
this.route('not-found-error', { path: '/*path' });
this.route('thanks');
this.route('auth-callback');
this.route('authenticated');
});

Expand Down

0 comments on commit aae3f98

Please sign in to comment.