Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 9a67d39

Browse files
author
Dominik Frantisek Bucik
committed
fix: 🐛 Fix privacyIDEA form for new version of PI module
1 parent f372bd2 commit 9a67d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/perun/privacyidea/loginform.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878
?>
7979

80-
<form action="" method="POST" id="piLoginForm" name="piLoginForm" class="loginForm">
80+
<form action="FormReceiver.php" method="POST" id="piLoginForm" name="piLoginForm" class="loginForm">
8181
<div class="form-panel first valid" id="gaia_firstform">
8282
<div class="slide-out ">
8383
<div class="input-wrapper focused">
@@ -282,7 +282,7 @@
282282
}
283283
?>
284284

285-
<script src="<?php echo htmlspecialchars(Module::getModuleUrl('privacyidea/js/webauthn.js'), ENT_QUOTES); ?>">
285+
<script src="<?php echo htmlspecialchars(Module::getModuleUrl('privacyidea/js/webauthn-client/pi-webauthn.js'), ENT_QUOTES); ?>">
286286
</script>
287287

288288
<script src="<?php echo htmlspecialchars(Module::getModuleUrl('privacyidea/js/u2f-api.js'), ENT_QUOTES); ?>">

0 commit comments

Comments
 (0)