feat: pemissions
Integration Tests / Integration Tests (pull_request) Successful in 52s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-23 18:01:26 -04:00
parent e36a1dbfba
commit 3e921fc07e
6 changed files with 109 additions and 29 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ const setPassword = async () => {
error.value = null;
try {
const response = await fetch('/m/authentication_provider_password/admin/reset', {
const response = await fetch('/m/authentication_provider_password/reset', {
method: 'POST',
headers: {
'Content-Type': 'application/json',