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
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m38s
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user