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 @@
-->
-
-
-
+
+
+