Skip to content

Commit

Permalink
fix: Put system status preview back behind basic auth (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Feb 7, 2025
1 parent 42accb0 commit e137d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ defmodule DotcomWeb.Router do

scope "/preview", DotcomWeb do
import Phoenix.LiveView.Router
pipe_through([:browser, :browser_live])
pipe_through([:browser, :browser_live, :basic_auth_readonly])

live_session :system_status, layout: {DotcomWeb.LayoutView, :preview} do
live "/system-status", Live.SystemStatus
Expand Down

0 comments on commit e137d05

Please sign in to comment.