trailing-space-blockade-brokeup

This commit is contained in:
Untone 2024-01-21 15:02:09 +03:00
parent 4ff30f7fec
commit 33be9c7cff

View File

@ -29,7 +29,7 @@ export const EmailConfirm = () => {
}) })
createEffect(() => { createEffect(() => {
if (authError()) console.debug('[AuthModal.EmailConfirm] auth error: ', authError()) if (authError()) console.debug('[AuthModal.EmailConfirm] auth error:', authError())
}) })
return ( return (