feat: add environment variable support for admin user creation in backend
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m38s

This commit is contained in:
2026-04-21 16:07:07 -04:00
parent 6b3e2cd9ba
commit 60dbb8a129
2 changed files with 4 additions and 1 deletions

View File

@@ -147,8 +147,8 @@ const submit = async () => {
if (!isPushOptedOut()) {
subscribeToPushWithResult() // fire-and-forget — browser gesture is satisfied by the PIN button click
}
close()
const returnUrl = consumePendingReturnUrl()
close()
router.push(returnUrl || '/parent')
} catch (e) {
error.value = 'Network error'