summaryrefslogtreecommitdiff
path: root/include/authentication.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/authentication.hpp')
-rw-r--r--include/authentication.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/authentication.hpp b/include/authentication.hpp
index 7110034cf2..18e782266f 100644
--- a/include/authentication.hpp
+++ b/include/authentication.hpp
@@ -146,8 +146,8 @@ static std::shared_ptr<persistent_data::UserSession>
{
endIndex = cookieValue.size();
}
- std::string_view authKey =
- cookieValue.substr(startIndex, endIndex - startIndex);
+ std::string_view authKey = cookieValue.substr(startIndex,
+ endIndex - startIndex);
std::shared_ptr<persistent_data::UserSession> sessionOut =
persistent_data::SessionStore::getInstance().loginSessionByToken(