1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

catch refresh token error

This commit is contained in:
Kyle Spearrin 2017-05-10 11:47:53 -04:00
parent 08c28950f4
commit a4473ad739

View File

@ -209,7 +209,7 @@ angular
tokenService.setToken(response.access_token);
tokenService.setRefreshToken(response.refresh_token);
return response.access_token;
});
}, function (response) { });
};
return _service;