Skip to content

Commit d727c15

Browse files
committed
login fix
1 parent 2964957 commit d727c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def login():
435435
else:
436436
return json.dumps(
437437
{
438-
'status': True
438+
'status': user.getURL()
439439
}
440440
)
441441

0 commit comments

Comments
 (0)