1
0
Dieser Commit ist enthalten in:
Jon Lambson 2017-08-18 16:58:17 -06:00
Ursprung b2759252e3
Commit e29085b8c2

Datei anzeigen

@ -138,7 +138,7 @@ app.controller('loginCtrl', [
vm.signOut = function () { vm.signOut = function () {
// TODO the sign-out url for each account should be fixed. // TODO the sign-out url for each account should be fixed.
return Auth.signOut().then(function () { return Auth.signOut().then(function () {
if (!Auth.hasSession()) { if (Auth.sessions.length === 0) {
$location.path('/splash-page'); $location.path('/splash-page');
return; return;
} }