fix login card link

This commit is contained in:
2026-01-21 00:55:31 +09:00
parent a5ef15e4ee
commit d91c37d73a
2 changed files with 3 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ async function render(route: Route): Promise<void> {
// Profile section
if (profile) {
html += await renderProfile(did, profile, handle, webUrl, localOnly, isOwner, collections)
html += await renderProfile(did, profile, handle, webUrl, localOnly, collections)
}
// Content section based on route type