Skip to content

Commit 4508bfa

Browse files
committed
Fix cookie issue
1 parent b15dc31 commit 4508bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/UIWindowLogin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ async function UIWindowLogin(options){
199199
let error_i18n_key = 'something_went_wrong';
200200
if ( ! value ) return;
201201
try {
202-
const resp = await fetch(`${window.api_origin}/login/otp`, {
202+
const resp = await fetch(`${window.gui_origin}/login/otp`, {
203203
method: 'POST',
204204
headers: {
205205
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)