aboutsummaryrefslogtreecommitdiff
path: root/zenserver/auth/authmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver/auth/authmgr.cpp')
-rw-r--r--zenserver/auth/authmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/auth/authmgr.cpp b/zenserver/auth/authmgr.cpp
index 28e128fc0..4d19316dd 100644
--- a/zenserver/auth/authmgr.cpp
+++ b/zenserver/auth/authmgr.cpp
@@ -124,7 +124,7 @@ public:
{
const OpenIdToken& Token = It->second;
- return {.AccessToken = Token.AccessToken};
+ return {.AccessToken = fmt::format("Bearer {}", Token.AccessToken)};
}
return {};