Skip to content

Commit

Permalink
SBC-Common-Components V3 - Upgrade keycloak library (#381)
Browse files Browse the repository at this point in the history
* upgrade keycloak library

* Fix keycloak

* Fix some unit tests

* remove postcss.config

* restore missing

* lint
  • Loading branch information
seeker25 authored Feb 26, 2025
1 parent b2b7abb commit c3da5ee
Show file tree
Hide file tree
Showing 16 changed files with 16,133 additions and 33,171 deletions.
19 changes: 19 additions & 0 deletions vue/sbc-common-components/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>sbc-common-components</title>
</head>
<body>
<noscript>
<strong>
We're sorry but sbc-common-components doesn't work properly
without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
37 changes: 0 additions & 37 deletions vue/sbc-common-components/jest.config.js

This file was deleted.

Loading

0 comments on commit c3da5ee

Please # to comment.