Skip to content

Commit

Permalink
fix: adjust location of webauthn js files #171
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Nov 27, 2021
1 parent c920734 commit 03bd1d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/webapp/user/fido2-detail.zul
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?page language="xhtml"?>
<?init class="org.zkoss.zk.ui.util.Composition" template="/general.zul"?>
<!-- Putting these scripts as part of extra section (see at the bottom) gives trouble in FF and Opera -->
<?script src="/../oxauth/auth/fido2/js/base64js.js"?>
<?script src="/../oxauth/auth/fido2/js/base64url.js"?>
<?script src="/../oxauth/auth/fido2/js/webauthn.js"?>
<?script src="/../jans-auth/auth/fido2/js/base64js.js"?>
<?script src="/../jans-auth/auth/fido2/js/base64url.js"?>
<?script src="/../jans-auth/auth/fido2/js/webauthn.js"?>
<?import org.gluu.casa.core.pojo.FidoDevice?>
<zk:zk xmlns:z="http://www.zkoss.org/2005/zul" xmlns:h="xhtml" xmlns:zk="zk" xmlns:w="client" xmlns:ca="client/attribute" xmlns="native">

Expand Down

0 comments on commit 03bd1d3

Please sign in to comment.