summaryrefslogtreecommitdiffstats
path: root/src/web_service/verify_user_jwt.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web_service/verify_user_jwt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web_service/verify_user_jwt.h b/src/web_service/verify_user_jwt.h
index 6db74c208..ec3cc2904 100644
--- a/src/web_service/verify_user_jwt.h
+++ b/src/web_service/verify_user_jwt.h
@@ -17,7 +17,7 @@ public:
VerifyUserJWT(const std::string& host);
~VerifyUserJWT() = default;
- Network::VerifyUser::UserData LoadUserData(const std::string& verify_UID,
+ Network::VerifyUser::UserData LoadUserData(const std::string& verify_uid,
const std::string& token) override;
private: