Update telemetry
This commit is contained in:
@@ -35,6 +35,7 @@ pub async fn get_login(session: TypedSession) -> Result<Response, AppError> {
|
||||
}
|
||||
}
|
||||
|
||||
#[tracing::instrument(name = "Authenticating user", skip_all, fields(name = %form.username))]
|
||||
pub async fn post_login(
|
||||
session: TypedSession,
|
||||
State(AppState {
|
||||
|
||||
Reference in New Issue
Block a user