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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user