We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a8983 commit caf16a0Copy full SHA for caf16a0
lib/algora_web/router.ex
@@ -3,7 +3,7 @@ defmodule AlgoraWeb.Router do
3
4
import AlgoraWeb.Analytics, only: [fetch_current_country: 2, fetch_current_page: 2]
5
import AlgoraWeb.RedirectPlug
6
- import AlgoraWeb.UserAuth, only: [fetch_current_user: 2, require_authenticated_admin: 2]
+ import AlgoraWeb.UserAuth, only: [fetch_current_user: 2]
7
import Oban.Web.Router
8
import Phoenix.LiveDashboard.Router, only: [live_dashboard: 2]
9
0 commit comments