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>

Seongmin Lee (Jul 18, 2026, 9:05 PM +0900) 95ef06f1 73a00493

+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