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:
Leo Vasanko
2025-07-13 16:54:53 -06:00
parent 99b5187a33
commit 1c79132e22
6 changed files with 42 additions and 26 deletions

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() {