Skip to content

Commit e738c23

Browse files
committed
update oidc-op to refresh token, add glyficons fonts and bootstrap>@3 without fonts
1 parent f89493e commit e738c23

22 files changed

+810
-145
lines changed
19.7 KB
Binary file not shown.

common/fonts/glyphicons-halflings-regular.svg

Lines changed: 288 additions & 0 deletions
Loading
44.3 KB
Binary file not shown.
22.9 KB
Binary file not shown.
17.6 KB
Binary file not shown.

lib/create-app.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ function createApp (argv = {}) {
7676
// Serve bootstrap from it's node_module directory
7777
routeResolvedFile(app, '/common/css/', 'bootstrap/dist/css/bootstrap.min.css')
7878
routeResolvedFile(app, '/common/css/', 'bootstrap/dist/css/bootstrap.min.css.map')
79-
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.eot')
80-
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.svg')
81-
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.ttf')
82-
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.woff')
83-
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.woff2')
8479

8580
// Serve OWASP password checker from it's node_module directory
8681
routeResolvedFile(app, '/common/js/', 'owasp-password-strength-test/owasp-password-strength-test.js')

0 commit comments

Comments
 (0)