Skip to content

Commit

Permalink
Update region for example liveness view
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisabhash committed May 1, 2024
1 parent 59dea24 commit 17eadc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"pins" : [
{
"identity" : "amplify-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/aws-amplify/amplify-swift",
"state" : {
"branch" : "chore/attempt-count-changes",
"revision" : "da6f6e9c4af873578970d335cef9706a324779a7"
}
},
{
"identity" : "amplify-swift-utils-notifications",
"kind" : "remoteSourceControl",
Expand Down
3 changes: 1 addition & 2 deletions HostApp/HostApp/Views/ExampleLivenessView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ struct ExampleLivenessView: View {
case .liveness:
FaceLivenessDetectorView(
sessionID: viewModel.sessionID,
// TODO: Change before merging to main
region: "us-west-2",
region: "us-east-1",
isPresented: Binding(
get: { viewModel.presentationState == .liveness },
set: { _ in }
Expand Down

0 comments on commit 17eadc9

Please sign in to comment.