forked from baron/baron-sso
uf 린트 적용
This commit is contained in:
@@ -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 (_) {
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user