refactoring

This commit is contained in:
Lennart
2025-04-14 17:32:53 +02:00
parent 8258e95bb1
commit 154d0c80c0
4 changed files with 52 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ pub struct GetLoginQuery {
redirect_uri: Option<String>,
}
#[instrument(skip(req))]
#[instrument(skip(req, config))]
pub async fn route_get_login(
Query(GetLoginQuery { redirect_uri }): Query<GetLoginQuery>,
req: HttpRequest,