Skip to content

Commit

Permalink
chore: update sample app result screen title
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Dec 4, 2023
1 parent 4dfdb2f commit 4ad3a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HostApp/HostApp/Views/LivenessResultView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct LivenessResultView<Content: View>: View {
@State var displayingCopiedNotification = false

init(
title: String = "Liveness Check",
title: String = "Liveness Result",
sessionID: String,
onTryAgain: @escaping () -> Void,
@ViewBuilder content: () -> Content
Expand Down

0 comments on commit 4ad3a5a

Please sign in to comment.