add default redirect
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ async function register() {
|
||||
alert("Registration failed")
|
||||
return;
|
||||
}
|
||||
window.location = r.url
|
||||
window.location = REDIRECT_URL || "/user"
|
||||
}
|
||||
|
||||
function passkeydown(e) {
|
||||
|
||||
Reference in New Issue
Block a user