move password login route from /api/session to /api/auth/password align with oauth
@ -2,7 +2,7 @@
title: Basic Installation
---
<!-- TOOD: add docs for pihole, nginx, caddy, traefik -->
<!-- TODO: add docs for pihole, nginx, caddy, traefik -->
## Requirements
@ -139,7 +139,7 @@ const totp = ref<string>('');
const { data: authMethods } = await useFetch('/api/auth/methods');
const _submit = useSubmit(
'/api/session',
'/api/auth/password',
{
method: 'post',
},