1
0
forked from baron/baron-sso

uf 린트 적용

This commit is contained in:
2026-02-24 11:09:28 +09:00
parent 70bb29827e
commit 8282c222de
2 changed files with 4 additions and 8 deletions

View File

@@ -798,11 +798,7 @@ class AuthProxyService {
await http.post( await http.post(
url, url,
headers: {'Content-Type': 'application/json'}, headers: {'Content-Type': 'application/json'},
body: jsonEncode({ body: jsonEncode({'level': level, 'message': message, 'data': ?data}),
'level': level,
'message': message,
'data': ?data,
}),
); );
_recordClientLogSuccess(); _recordClientLogSuccess();
} catch (_) { } catch (_) {

View File

@@ -16,9 +16,9 @@
--> -->
<base href="/" /> <base href="/" />
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible" /> <meta content="IE=Edge" http-equiv="X-UA-Compatible" />
<meta name="description" content="바론 SW 포털" /> <meta name="description" content="바론 SW 포털" />
<!-- iOS meta tags & icons --> <!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" />