From f902f2a45a1bcf0cca6f637ffc129386938e2ba1 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sat, 28 Oct 2023 21:57:22 +0100 Subject: [PATCH] Reply with HTML content type --- src/web.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web.rs b/src/web.rs index fdca813..89844bf 100644 --- a/src/web.rs +++ b/src/web.rs @@ -55,7 +55,7 @@ async fn auth_done(query: AuthDone, state: State) -> anyhow::Resulthere.") + Ok(warp::reply::html("Success! Please authorise in Monzo, then click here.")) } async fn auth_done_wrapped(