From 374765bd193fb2e467f39be4d00e4c88245d737a Mon Sep 17 00:00:00 2001 From: alemidev Date: Sun, 22 Jan 2023 16:55:32 +0100 Subject: [PATCH] fix: don't attempt to change client token on auth --- src/routes/auth.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/auth.rs b/src/routes/auth.rs index e81646c..407a93f 100644 --- a/src/routes/auth.rs +++ b/src/routes/auth.rs @@ -71,6 +71,7 @@ pub async fn authenticate(State(state): State, Json(payload): Json, Json(payload): Json