Skip to content

Commit

Permalink
deploy(demo-app): bd5ef76
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Nov 19, 2024
1 parent b29fddd commit eb4f0d5
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 34 deletions.
30 changes: 30 additions & 0 deletions demo-app/auth-js/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<title>demo-app | auth-js</title>
<base href="/auth-js/demo-app/auth-js/"> <meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<link rel="icon"
type="image/x-icon"
href="favicon.ico" />
<link rel="preconnect"
href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/auth-js/demo-app/auth-js/styles.3e2c4c2556e33291.css"></head>

<body>
<script>
const redirectUrl = sessionStorage.getItem('gh-pages-url-from-404');
if (redirectUrl) {
sessionStorage.removeItem('gh-pages-url-from-404');
if (redirectUrl && (redirectUrl !== location.href)) {
history.replaceState(null, null, redirectUrl);
}
}
</script>
<script src="/auth-js/demo-app/auth-js/runtime.1af42e8fcde6888f.js" type="module"></script><script src="/auth-js/demo-app/auth-js/styles.b13a2ac962ee2141.js" type="module"></script><script src="/auth-js/demo-app/auth-js/main.b8a77a848194a17d.js" type="module"></script></body>

</html>
1 change: 0 additions & 1 deletion demo-app/auth-js/main.8c554cfcbfa5594a.js

This file was deleted.

1 change: 1 addition & 0 deletions demo-app/auth-js/main.b8a77a848194a17d.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions demo-app/auth-js/runtime.1af42e8fcde6888f.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions demo-app/auth-js/styles.3e2c4c2556e33291.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions demo-app/auth-js/styles.b13a2ac962ee2141.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[869],{737:()=>{}},s=>{var e;e=737,s(s.s=e)}]);
28 changes: 1 addition & 27 deletions demo-app/ngx-auth/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,6 @@ MIT
@angular/router
MIT

@babel/runtime
MIT
MIT License

Copyright (c) 2014-present Sebastian McKenzie and other contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


@badisi/auth-js
GPL-3.0-only

Expand Down Expand Up @@ -608,7 +582,7 @@ zone.js
MIT
The MIT License

Copyright (c) 2010-2023 Google LLC. https://angular.io/license
Copyright (c) 2010-2024 Google LLC. https://angular.io/license

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb4f0d5

Please sign in to comment.