Add login redirect uri

This commit is contained in:
JonnyWong16 2018-03-25 14:26:47 -07:00
commit 80506b8541
2 changed files with 19 additions and 10 deletions

View file

@ -85,7 +85,7 @@
dataType: 'json',
statusCode: {
200: function() {
window.location = "${http_root}";
window.location = "${redirect_uri or http_root}";
},
401: function() {
$('#incorrect-login').show();