Skip to content

Commit caf16a0

Browse files
committed
fix: remove unused user auth import
1 parent b2a8983 commit caf16a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/router.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AlgoraWeb.Router do
33

44
import AlgoraWeb.Analytics, only: [fetch_current_country: 2, fetch_current_page: 2]
55
import AlgoraWeb.RedirectPlug
6-
import AlgoraWeb.UserAuth, only: [fetch_current_user: 2, require_authenticated_admin: 2]
6+
import AlgoraWeb.UserAuth, only: [fetch_current_user: 2]
77
import Oban.Web.Router
88
import Phoenix.LiveDashboard.Router, only: [live_dashboard: 2]
99

0 commit comments

Comments
 (0)