Skip to content

Commit

Permalink
fix initial feed authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Oct 9, 2024
1 parent b61ad37 commit 22b0c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ui/src/YBFeed/YBFeedFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function YBFeedFeed() {
const s=searchParams.get("secret")
if (s) {
setSecret(s)
connection.AuthenticateFeed(feedName,secret)
connection.AuthenticateFeed(feedName,s)
.then(() => {
redirect("/" + feedName)
})
Expand Down

0 comments on commit 22b0c95

Please sign in to comment.