hotfix login and registration

This commit is contained in:
Mukhtar Akere
2025-07-12 00:57:48 +01:00
parent 74615a80ff
commit 604402250e
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
};
try {
const response = await fetcher('/login', {
const response = await window.decypharrUtils.fetcher('/login', {
method: 'POST',
headers: {
'Content-Type': 'application/json'