Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: fix loginbase template bug

add `BaseParams` to `LoginParams`. We won't set it, but it will make
template to render without failing.

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
committer
Tangled
date (Jul 22, 2026, 5:50 PM +0300) commit 0d0f6c98 parent b224feee change-id ylrrxwsq
+1
+1
appview/pages/pages.go
··· 338 338 } 339 339 340 340 type LoginParams struct { 341 + BaseParams 341 342 ReturnUrl string 342 343 ErrorCode string 343 344 AddAccount bool