Skip to content

Commit

Permalink
Merge pull request #1196 from jumpserver/pr@dev@feat_change_face_cont…
Browse files Browse the repository at this point in the history
…ext_url

feat: change face context url
  • Loading branch information
Aaron3S authored Dec 9, 2024
2 parents 2f11b36 + 915ed10 commit fbb0874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export class HttpService {
}

getFaceVerifyState(token: string) {
const url = `/api/v1/authentication/mfa/face/context/?token=${token}`;
const url = `/api/v1/authentication/face/context/?token=${token}`;
return this.get(url);
}

Expand Down

0 comments on commit fbb0874

Please sign in to comment.