mirror of https://github.com/jumpserver/jumpserver
fix: 修改错误的url地址
parent
477ccda8ca
commit
98d7ecbf3e
|
@ -35,7 +35,7 @@
|
|||
<script>
|
||||
$(document).ready(function () {
|
||||
const apiUrl = "{% url 'api-auth:mfa-face-context' %}";
|
||||
const faceCaptureUrl = "/faceliving/capture";
|
||||
const faceCaptureUrl = "/facelive/capture";
|
||||
let token;
|
||||
|
||||
function createFaceCaptureToken() {
|
||||
|
|
Loading…
Reference in New Issue