aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/privet/auth_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/privet/auth_manager.cc b/src/privet/auth_manager.cc
index 71a4f39..f3d32f5 100644
--- a/src/privet/auth_manager.cc
+++ b/src/privet/auth_manager.cc
@@ -320,7 +320,6 @@ std::vector<uint8_t> AuthManager::CreateAccessToken(const UserInfo& user_info,
{
&scope.GetCaveat(), &user.GetCaveat(), &expiration.GetCaveat(),
});
- return {};
}
bool AuthManager::ParseAccessToken(const std::vector<uint8_t>& token,