This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user