fix: Correct parenthesis count in auth-ui ParenScript
Removed extra closing parenthesis that was causing compilation error. Build now succeeds with ParenScript version of auth-ui.js
This commit is contained in:
parent
8b839daf0a
commit
3c76436e81
|
|
@ -59,4 +59,4 @@
|
|||
(let ((auth-status (await (check-auth-status))))
|
||||
(ps:chain console (log "Auth status:" auth-status))
|
||||
(update-auth-ui auth-status)
|
||||
(ps:chain console (log "Auth UI updated"))))))))))
|
||||
(ps:chain console (log "Auth UI updated")))))))))
|
||||
|
|
|
|||
Loading…
Reference in New Issue