From 8282c222dea69acf306964447bde49835ff2aad2 Mon Sep 17 00:00:00 2001 From: chan Date: Tue, 24 Feb 2026 11:09:28 +0900 Subject: [PATCH] =?UTF-8?q?uf=20=EB=A6=B0=ED=8A=B8=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userfront/lib/core/services/auth_proxy_service.dart | 6 +----- userfront/web/index.html | 6 +++--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/userfront/lib/core/services/auth_proxy_service.dart b/userfront/lib/core/services/auth_proxy_service.dart index cd7c1f9a..983beaaf 100644 --- a/userfront/lib/core/services/auth_proxy_service.dart +++ b/userfront/lib/core/services/auth_proxy_service.dart @@ -798,11 +798,7 @@ class AuthProxyService { await http.post( url, headers: {'Content-Type': 'application/json'}, - body: jsonEncode({ - 'level': level, - 'message': message, - 'data': ?data, - }), + body: jsonEncode({'level': level, 'message': message, 'data': ?data}), ); _recordClientLogSuccess(); } catch (_) { diff --git a/userfront/web/index.html b/userfront/web/index.html index 76d3dfbc..8a4cbe6a 100644 --- a/userfront/web/index.html +++ b/userfront/web/index.html @@ -16,9 +16,9 @@ --> - - - + + +