Removes white line from app service

This commit is contained in:
Gabriel Carvalho de Campes 2016-09-12 17:28:57 -03:00
parent 1ae62c52ca
commit 5f8ce76e1e

View File

@ -62,7 +62,6 @@ function subscribeToCollections(cb) {
function redirectToLogoutUrl(reason) {
console.error(reason);
console.log('Redirecting user to the logoutURL...');
document.location.href = Auth.logoutURL;
}