Fix cookie issue

This commit is contained in:
KernelDeimos
2024-05-23 13:29:44 -04:00
parent b15dc316d3
commit 4508bfac73
+1 -1
View File
@@ -199,7 +199,7 @@ async function UIWindowLogin(options){
let error_i18n_key = 'something_went_wrong';
if ( ! value ) return;
try {
const resp = await fetch(`${window.api_origin}/login/otp`, {
const resp = await fetch(`${window.gui_origin}/login/otp`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',