There was an error while loading. Please reload this page.
1 parent 68e33b5 commit c917fe9Copy full SHA for c917fe9
1 file changed
src/authn/authn.ts
@@ -514,7 +514,7 @@ export function registrationControl (
514
index = context.index.public[0]
515
statements = registrationStatements(index)
516
tbody.children[0].appendChild(
517
- widgets.buildChecsolidLogicSingleton.storeoxForm(
+ widgets.buildCheckBoxForm(
518
context.dom,
519
solidLogicSingleton.store,
520
`Public link to this ${context.noun}`,
@@ -530,7 +530,7 @@ export function registrationControl (
530
index = context.index.private[0]
531
532
tbody.children[1].appendChild(
533
534
535
536
`Personal note of this ${context.noun}`,
0 commit comments