Show user's name upon successful login

This commit is contained in:
Francis Lachapelle
2016-08-31 14:32:30 -04:00
parent c2a0994aed
commit ab4118fb29
5 changed files with 8 additions and 6 deletions
@@ -120,7 +120,7 @@
//showPasswordDialog('expiration', createPasswordExpirationDialog, data['expire']);
}
else {
d.resolve(redirectUrl(username, domain));
d.resolve({ cn: data.cn, url: redirectUrl(username, domain) });
}
}
else {