Skip to content

Commit c3da5ee

Browse files
authored
SBC-Common-Components V3 - Upgrade keycloak library (#381)
* upgrade keycloak library * Fix keycloak * Fix some unit tests * remove postcss.config * restore missing * lint
1 parent b2b7abb commit c3da5ee

File tree

16 files changed

+16133
-33171
lines changed

16 files changed

+16133
-33171
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<title>sbc-common-components</title>
8+
</head>
9+
<body>
10+
<noscript>
11+
<strong>
12+
We're sorry but sbc-common-components doesn't work properly
13+
without JavaScript enabled. Please enable it to continue.
14+
</strong>
15+
</noscript>
16+
<div id="app"></div>
17+
<script type="module" src="/src/main.ts"></script>
18+
</body>
19+
</html>

vue/sbc-common-components/jest.config.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)