Nxing/Caddy forward_auth support. Various fixes to bugs created in earlier edits. Vite server needs different base in dev mode, fixed.

This commit is contained in:
2025-07-14 04:54:53 +00:00
parent e7192e078e
commit 286a5180a4
6 changed files with 42 additions and 26 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export async function register(url, options) {
}
export async function registerUser(user_name) {
return register('/auth/ws/new_user_registration', { user_name })
return register('/auth/ws/register_new', { user_name })
}
export async function registerCredential() {