Skip to content

Commit 62b5024

Browse files
committed
Add auth.js
1 parent aa1aecd commit 62b5024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@
101101
<noscript>Please enable JavaScript to continue using this application.</noscript>
102102
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
103103
<script src="https://cdn.auth0.com/js/auth0/9.28.0/auth0.min.js"></script>
104-
<script type="text/javascript" src="https://coderic.org/js/auth.js"></script>
104+
<script type="text/javascript" src="/js/auth.js"></script>
105105
</body>
106106
</html>

0 commit comments

Comments
 (0)