mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-16 00:06:43 +00:00
Merge pull request #4498 from jumpserver/pr@dev@feat_change_face_context_url
feat: change face context url
This commit is contained in:
commit
ec5f2e69eb
@ -225,7 +225,7 @@ export default {
|
||||
})
|
||||
},
|
||||
startFaceCapture() {
|
||||
const url = '/api/v1/authentication/mfa/face/context/'
|
||||
const url = '/api/v1/authentication/face/context/'
|
||||
this.$axios.post(url).then(data => {
|
||||
const token = data['token']
|
||||
this.faceCaptureUrl = '/facelive/capture?token=' + token
|
||||
|
Loading…
Reference in New Issue
Block a user