From d29757247f2e7a99c16eeb10c9bb0e9f1b672432 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Tue, 10 Jun 2025 01:43:32 +0200 Subject: fix(auth): derive show without path --- lib/auth.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/auth.ml b/lib/auth.ml index 851db40..0e5d77c 100644 --- a/lib/auth.ml +++ b/lib/auth.ml @@ -1,6 +1,6 @@ open Lwt.Syntax -type auth_mechanism = PLAIN [@@deriving show] +type auth_mechanism = PLAIN [@@deriving show { with_path = false }] let authenticate (stream, _push) = let _gen_auth jid pass = function -- cgit v1.2.3