Skip to content

Commit a294180

Browse files
committed
fetch current_user in /onboarding/dev
1 parent ee3d724 commit a294180

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
@@ -133,7 +133,7 @@ defmodule AlgoraWeb.Router do
133133
end
134134

135135
live_session :onboarding,
136-
on_mount: [{AlgoraWeb.Analytics, :current_country}] do
136+
on_mount: [{AlgoraWeb.Analytics, :current_country}, {AlgoraWeb.UserAuth, :current_user}] do
137137
live "/onboarding/org", Onboarding.OrgLive
138138
live "/onboarding/dev", Onboarding.DevLive
139139
live "/community", CommunityLive, :index

0 commit comments

Comments
 (0)