Skip to content

Commit

Permalink
login fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artyshko committed Sep 9, 2019
1 parent 2964957 commit d727c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def login():
else:
return json.dumps(
{
'status': True
'status': user.getURL()
}
)

Expand Down

0 comments on commit d727c15

Please sign in to comment.