add some log
All checks were successful
Build Docker Image / run (pull_request) Successful in 51s

This commit is contained in:
2024-04-27 18:59:52 +02:00
parent 9a4357394a
commit f53f19dc93
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ await AstroUtils.wrap(async () => {
}
try{
await pb.collection('users').create(request)
return Astro.redirect('account/login')
return Astro.redirect('/account/login')
}catch(e){
console.log(e);
}